Html Css Color HEX #CAF602 Electric Lime

📋 copy color: '#CAF602'

red 202 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #CAF602

Tints of Electric Lime #CAF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.67%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 44.89%
G = 54.67%
B = 0.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CAF602 (or 0xCAF602) is known color: Electric Lime. HEX triplet: CA, F6 and 02. RGB value is (202,246,2). Sum of RGB (Red+Green+Blue) = 202+246+2=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF602 is #3509FD. Grayscale: #CDCDCD. Windows color (decimal): -3475966 or 194250. OLE color: 194250.

HSL color Cylindrical-coordinate representation of color #CAF602: hue angle of 70.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF602 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 2 -
CMYK 0.18 0 0.99 0.04
HSL 70.82º 0.98% 0.49% -
HSV(B) 70.82º 0.99% 0.96% -
XYZ 57.32 78.47 12.18 -
YUV 205.03 13.42 125.84 -
System Red Green Blue C M Y K H S L
Decimal 202 246 2 0.18 0 0.99 0.04 70.82 0.98 0.49
Hex CA F6 2 12 0 63 4 47 62 31
Octal 312 366 2 22 0 143 4 107 142 61
Binary 11001010 11110110 10 10010 0 1100011 100 1000111 1100010 110001

Color Harmonies of #CAF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF602

Black with #CAF602

Text Example


Text Example

White with #CAF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF602; }

 p { color: rgb(202,246,2); }

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

background-color css

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

 a { background-color: rgb(202,246,2); }

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

border-color css

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

 span { border-color: rgb(202,246,2); }

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