#1BCA1C

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

Shades of Lime Green #1BCA1C

Tints of Lime Green #1BCA1C

Color information

#1BCA1C (or 0x1BCA1C) is unknown color: approx Lime Green. HEX triplet: 1B, CA and 1C. RGB value is (27,202,28). Sum of RGB (Red+Green+Blue) = 27+202+28=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA1C is #E435E3. Grayscale: #828282. Windows color (decimal): -14956004 or 1886747. OLE color: 1886747.

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

Color convert

RGB2720228-
CMYK0.8700.860.21
HSL120.34º76.42%44.9%-
HSV(B)120.34º86.63%79.22%-
XYZ21.7842.568.17-
YUV129.8470.5254.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 202 (79.30% from 255) = 78.60%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=10.51%
G=78.60%
B=10.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27202280.8700.860.21120.3476.4244.9
Hex1BCA1C5705615784c2d
Octal333123412701262517011455
Binary1101111001010111001010111010101101010111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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