Html Css Color HEX #CAF500 Electric Lime

📋 copy color: '#CAF500'

red 202 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #CAF500

Tints of Electric Lime #CAF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.19%
G = 54.81%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CAF500 (or 0xCAF500) is known color: Electric Lime. HEX triplet: CA, F5 and 00. RGB value is (202,245,0). Sum of RGB (Red+Green+Blue) = 202+245+0=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF500 is #350AFF. Grayscale: #CDCDCD. Windows color (decimal): -3476224 or 62922. OLE color: 62922.

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

Color convert

RGB 202 245 0 -
CMYK 0.18 0 1 0.04
HSL 70.53º 1% 0.48% -
HSV(B) 70.53º 1% 0.96% -
XYZ 57.01 77.86 12.02 -
YUV 204.21 12.75 126.42 -
System Red Green Blue C M Y K H S L
Decimal 202 245 0 0.18 0 1 0.04 70.53 1 0.48
Hex CA F5 0 12 0 64 4 47 64 30
Octal 312 365 0 22 0 144 4 107 144 60
Binary 11001010 11110101 0 10010 0 1100100 100 1000111 1100100 110000

Color Harmonies of #CAF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF500

Black with #CAF500

Text Example


Text Example

White with #CAF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF500; }

 p { color: rgb(202,245,0); }

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

background-color css

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

 a { background-color: rgb(202,245,0); }

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

border-color css

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

 span { border-color: rgb(202,245,0); }

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