Html Css Color HEX #CAF908 Electric Lime

📋 copy color: '#CAF908'

red 202 ◦ green 249 ◦ blue 8

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

Shades of Electric Lime #CAF908

Tints of Electric Lime #CAF908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 44.01%
G = 54.25%
B = 1.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CAF908 (or 0xCAF908) is known color: Electric Lime. HEX triplet: CA, F9 and 08. RGB value is (202,249,8). Sum of RGB (Red+Green+Blue) = 202+249+8=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF908 is #3506F7. Grayscale: #D0D0D0. Windows color (decimal): -3475192 or 588234. OLE color: 588234.

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

Color convert

RGB 202 249 8 -
CMYK 0.19 0 0.97 0.02
HSL 71.7º 0.95% 0.5% -
HSV(B) 71.7º 0.97% 0.98% -
XYZ 58.28 80.33 12.66 -
YUV 207.47 15.43 124.1 -
System Red Green Blue C M Y K H S L
Decimal 202 249 8 0.19 0 0.97 0.02 71.7 0.95 0.5
Hex CA F9 8 13 0 61 2 48 5F 32
Octal 312 371 10 23 0 141 2 110 137 62
Binary 11001010 11111001 1000 10011 0 1100001 10 1001000 1011111 110010

Color Harmonies of #CAF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF908

Black with #CAF908

Text Example


Text Example

White with #CAF908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF908; }

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

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

background-color css

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

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

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

border-color css

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

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

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