Html Css Color HEX #CAF003 Electric Lime

📋 copy color: '#CAF003'

red 202 ◦ green 240 ◦ blue 3

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

Shades of Electric Lime #CAF003

Tints of Electric Lime #CAF003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.93%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 45.39%
G = 53.93%
B = 0.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#CAF003 (or 0xCAF003) is known color: Electric Lime. HEX triplet: CA, F0 and 03. RGB value is (202,240,3). Sum of RGB (Red+Green+Blue) = 202+240+3=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF003 is #350FFC. Grayscale: #CACACA. Windows color (decimal): -3477501 or 258250. OLE color: 258250.

HSL color Cylindrical-coordinate representation of color #CAF003: hue angle of 69.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF003 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 3 -
CMYK 0.16 0 0.99 0.06
HSL 69.62º 0.98% 0.48% -
HSV(B) 69.62º 0.99% 0.94% -
XYZ 55.53 74.88 11.61 -
YUV 201.62 15.91 128.27 -
System Red Green Blue C M Y K H S L
Decimal 202 240 3 0.16 0 0.99 0.06 69.62 0.98 0.48
Hex CA F0 3 10 0 63 6 46 62 30
Octal 312 360 3 20 0 143 6 106 142 60
Binary 11001010 11110000 11 10000 0 1100011 110 1000110 1100010 110000

Color Harmonies of #CAF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF003

Black with #CAF003

Text Example


Text Example

White with #CAF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF003; }

 p { color: rgb(202,240,3); }

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

background-color css

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

 a { background-color: rgb(202,240,3); }

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

border-color css

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

 span { border-color: rgb(202,240,3); }

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