#1BCA2B

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

Shades of Lime Green #1BCA2B

Tints of Lime Green #1BCA2B

Color information

#1BCA2B (or 0x1BCA2B) is unknown color: approx Lime Green. HEX triplet: 1B, CA and 2B. RGB value is (27,202,43). Sum of RGB (Red+Green+Blue) = 27+202+43=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA2B is #E435D4. Grayscale: #848484. Windows color (decimal): -14955989 or 2869787. OLE color: 2869787.

HSL color Cylindrical-coordinate representation of color #1BCA2B: hue angle of 125.49º 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 #1BCA2B is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2720243-
CMYK0.8700.790.21
HSL125.49º76.42%44.9%-
HSV(B)125.49º86.63%79.22%-
XYZ22.0142.659.36-
YUV131.5578.0253.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.93%
GREEN value IS 202 (79.30% from 255) = 74.26%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=9.93%
G=74.26%
B=15.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27202430.8700.790.21125.4976.4244.9
Hex1BCA2B5704F157d4c2d
Octal333125312701172517511455
Binary11011110010101010111010111010011111010111111011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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