Html Css Color HEX #1BCA09 Lime Green

📋 copy color: '#1BCA09'

red 27 ◦ green 202 ◦ blue 9

#1BCA09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1BCA09

Tints of Lime Green #1BCA09

RGB

 RED value IS 27 (10.94% from 255) = 11.34%

 GREEN value IS 202 (79.3% from 255) = 84.87%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 11.34%
G = 84.87%
B = 3.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#1BCA09 (or 0x1BCA09) is known color: Lime Green. HEX triplet: 1B, CA and 09. RGB value is (27,202,9). Sum of RGB (Red+Green+Blue) = 27+202+9=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 202 (79.30% from 255 or 84.87% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA09 is #E435F6. Grayscale: #808080. Windows color (decimal): -14956023 or 641563. OLE color: 641563.

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

Color convert

RGB 27 202 9 -
CMYK 0.87 0 0.96 0.21
HSL 114.4º 0.91% 0.41% -
HSV(B) 114.4º 0.96% 0.79% -
XYZ 21.62 42.49 7.32 -
YUV 127.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 27 202 9 0.87 0 0.96 0.21 114.4 0.91 0.41
Hex 1B CA 9 57 0 60 15 72 5B 29
Octal 33 312 11 127 0 140 25 162 133 51
Binary 11011 11001010 1001 1010111 0 1100000 10101 1110010 1011011 101001

Color Harmonies of #1BCA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCA09

Black with #1BCA09

Text Example


Text Example

White with #1BCA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1BCA09;
 }
 .AnyTagClassName
 {
   color: #1BCA09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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