Html Css Color HEX #CAF91B Electric Lime

📋 copy color: '#CAF91B'

red 202 ◦ green 249 ◦ blue 27

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

Shades of Electric Lime #CAF91B

Tints of Electric Lime #CAF91B

RGB

 RED value IS 202 (79.3% from 255) = 42.26%

 GREEN value IS 249 (97.66% from 255) = 52.09%

 BLUE value IS 27 (10.94% from 255) = 5.65%

R = 42.26%
G = 52.09%
B = 5.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CAF91B (or 0xCAF91B) is known color: Electric Lime. HEX triplet: CA, F9 and 1B. RGB value is (202,249,27). Sum of RGB (Red+Green+Blue) = 202+249+27=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF91B is #3506E4. Grayscale: #D2D2D2. Windows color (decimal): -3475173 or 1833418. OLE color: 1833418.

HSL color Cylindrical-coordinate representation of color #CAF91B: hue angle of 72.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF91B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 27 -
CMYK 0.19 0 0.89 0.02
HSL 72.7º 0.95% 0.54% -
HSV(B) 72.7º 0.89% 0.98% -
XYZ 58.43 80.39 13.47 -
YUV 209.64 24.93 122.55 -
System Red Green Blue C M Y K H S L
Decimal 202 249 27 0.19 0 0.89 0.02 72.7 0.95 0.54
Hex CA F9 1B 13 0 59 2 49 5F 36
Octal 312 371 33 23 0 131 2 111 137 66
Binary 11001010 11111001 11011 10011 0 1011001 10 1001001 1011111 110110

Color Harmonies of #CAF91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF91B

Black with #CAF91B

Text Example


Text Example

White with #CAF91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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