Html Css Color HEX #CAFF05 Electric Lime

📋 copy color: '#CAFF05'

red 202 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #CAFF05

Tints of Electric Lime #CAFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 43.72%
G = 55.19%
B = 1.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CAFF05 (or 0xCAFF05) is known color: Electric Lime. HEX triplet: CA, FF and 05. RGB value is (202,255,5). Sum of RGB (Red+Green+Blue) = 202+255+5=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF05 is #3500FA. Grayscale: #D3D3D3. Windows color (decimal): -3473659 or 393162. OLE color: 393162.

HSL color Cylindrical-coordinate representation of color #CAFF05: hue angle of 72.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAFF05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 5 -
CMYK 0.21 0 0.98 0
HSL 72.72º 1% 0.51% -
HSV(B) 72.72º 0.98% 1% -
XYZ 60.14 84.09 13.2 -
YUV 210.65 11.94 121.83 -
System Red Green Blue C M Y K H S L
Decimal 202 255 5 0.21 0 0.98 0 72.72 1 0.51
Hex CA FF 5 15 0 62 0 49 64 33
Octal 312 377 5 25 0 142 0 111 144 63
Binary 11001010 11111111 101 10101 0 1100010 0 1001001 1100100 110011

Color Harmonies of #CAFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF05

Black with #CAFF05

Text Example


Text Example

White with #CAFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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