Html Css Color HEX #CAF605 Electric Lime

📋 copy color: '#CAF605'

red 202 ◦ green 246 ◦ blue 5

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

Shades of Electric Lime #CAF605

Tints of Electric Lime #CAF605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 44.59%
G = 54.3%
B = 1.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CAF605 (or 0xCAF605) is known color: Electric Lime. HEX triplet: CA, F6 and 05. RGB value is (202,246,5). Sum of RGB (Red+Green+Blue) = 202+246+5=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF605 is #3509FA. Grayscale: #CECECE. Windows color (decimal): -3475963 or 390858. OLE color: 390858.

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

Color convert

RGB 202 246 5 -
CMYK 0.18 0 0.98 0.04
HSL 70.95º 0.96% 0.49% -
HSV(B) 70.95º 0.98% 0.96% -
XYZ 57.34 78.48 12.27 -
YUV 205.37 14.92 125.6 -
System Red Green Blue C M Y K H S L
Decimal 202 246 5 0.18 0 0.98 0.04 70.95 0.96 0.49
Hex CA F6 5 12 0 62 4 47 60 31
Octal 312 366 5 22 0 142 4 107 140 61
Binary 11001010 11110110 101 10010 0 1100010 100 1000111 1100000 110001

Color Harmonies of #CAF605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF605

Black with #CAF605

Text Example


Text Example

White with #CAF605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF605; }

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

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

background-color css

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

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

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

border-color css

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

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

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