Html Css Color HEX #CAF301 Electric Lime

📋 copy color: '#CAF301'

red 202 ◦ green 243 ◦ blue 1

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

Shades of Electric Lime #CAF301

Tints of Electric Lime #CAF301

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.48%

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

R = 45.29%
G = 54.48%
B = 0.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#CAF301 (or 0xCAF301) is known color: Electric Lime. HEX triplet: CA, F3 and 01. RGB value is (202,243,1). Sum of RGB (Red+Green+Blue) = 202+243+1=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF301 is #350CFE. Grayscale: #CCCCCC. Windows color (decimal): -3476735 or 127946. OLE color: 127946.

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

Color convert

RGB 202 243 1 -
CMYK 0.17 0 1.00 0.05
HSL 70.17º 0.99% 0.48% -
HSV(B) 70.17º 1% 0.95% -
XYZ 56.41 76.66 11.85 -
YUV 203.15 13.92 127.18 -
System Red Green Blue C M Y K H S L
Decimal 202 243 1 0.17 0 1.00 0.05 70.17 0.99 0.48
Hex CA F3 1 11 0 64 5 46 63 30
Octal 312 363 1 21 0 144 5 106 143 60
Binary 11001010 11110011 1 10001 0 1100100 101 1000110 1100011 110000

Color Harmonies of #CAF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF301

Black with #CAF301

Text Example


Text Example

White with #CAF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF301; }

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

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

background-color css

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

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

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

border-color css

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

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

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