#1CCA0B

Color #1CCA0B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1CCA0B

Tints of Lime Green #1CCA0B

Color information

#1CCA0B (or 0x1CCA0B) is unknown color: approx Lime Green. HEX triplet: 1C, CA and 0B. RGB value is (28,202,11). Sum of RGB (Red+Green+Blue) = 28+202+11=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 202 (79.30% from 255 or 83.82% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA0B is #E335F4. Grayscale: #808080. Windows color (decimal): -14890485 or 772636. OLE color: 772636.

HSL color Cylindrical-coordinate representation of color #1CCA0B: hue angle of 114.66º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CCA0B is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB2820211-
CMYK0.8600.950.21
HSL114.66º89.67%41.76%-
HSV(B)114.66º94.55%79.22%-
XYZ21.6642.517.38-
YUV128.261.8556.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 202 (79.30% from 255) = 83.82%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=11.62%
G=83.82%
B=4.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal28202110.8600.950.21114.6689.6741.76
Hex1CCAB5605F15735a2a
Octal343121312601372516313252
Binary111001100101010111010110010111111010111100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCA0B; }

 p { color: rgb(28,202,11); }

 H1.HeaderClassName
 {
   color: #1CCA0B;
 }
 .AnyTagClassName
 {
   color: #1CCA0B;
 }
</style>
background-color css

<style>
 a { background-color: #1CCA0B; }

 a { background-color: rgb(28,202,11); }

 div.DivClassName
 {
   background-color: #1CCA0B;
 }
 .BgClassName
 {
   background-color: #1CCA0B;
 }
</style>
border-color css

<style>
 span { border-color: #1CCA0B; }

 span { border-color: rgb(28,202,11); }

 td.TdClassName
 {
   border-color: #1CCA0B;
 }
 .TagClassName
 {
   border-color: #1CCA0B;
 }
</style>