Html Css Color HEX #CAF401 Electric Lime

📋 copy color: '#CAF401'

red 202 ◦ green 244 ◦ blue 1

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

Shades of Electric Lime #CAF401

Tints of Electric Lime #CAF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.59%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.19%
G = 54.59%
B = 0.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CAF401 (or 0xCAF401) is known color: Electric Lime. HEX triplet: CA, F4 and 01. RGB value is (202,244,1). Sum of RGB (Red+Green+Blue) = 202+244+1=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF401 is #350BFE. Grayscale: #CCCCCC. Windows color (decimal): -3476479 or 128202. OLE color: 128202.

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

Color convert

RGB 202 244 1 -
CMYK 0.17 0 1.00 0.04
HSL 70.37º 0.99% 0.48% -
HSV(B) 70.37º 1% 0.96% -
XYZ 56.71 77.26 11.95 -
YUV 203.74 13.59 126.76 -
System Red Green Blue C M Y K H S L
Decimal 202 244 1 0.17 0 1.00 0.04 70.37 0.99 0.48
Hex CA F4 1 11 0 64 4 46 63 30
Octal 312 364 1 21 0 144 4 106 143 60
Binary 11001010 11110100 1 10001 0 1100100 100 1000110 1100011 110000

Color Harmonies of #CAF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF401

Black with #CAF401

Text Example


Text Example

White with #CAF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF401; }

 p { color: rgb(202,244,1); }

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

background-color css

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

 a { background-color: rgb(202,244,1); }

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

border-color css

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

 span { border-color: rgb(202,244,1); }

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