Html Css Color HEX #CAF201 Electric Lime

📋 copy color: '#CAF201'

red 202 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #CAF201

Tints of Electric Lime #CAF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.38%

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

R = 45.39%
G = 54.38%
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

#CAF201 (or 0xCAF201) is known color: Electric Lime. HEX triplet: CA, F2 and 01. RGB value is (202,242,1). Sum of RGB (Red+Green+Blue) = 202+242+1=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF201 is #350DFE. Grayscale: #CBCBCB. Windows color (decimal): -3476991 or 127690. OLE color: 127690.

HSL color Cylindrical-coordinate representation of color #CAF201: hue angle of 69.96º 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 #CAF201 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 1 -
CMYK 0.17 0 1.00 0.05
HSL 69.96º 0.99% 0.48% -
HSV(B) 69.96º 1% 0.95% -
XYZ 56.11 76.06 11.75 -
YUV 202.57 14.25 127.6 -
System Red Green Blue C M Y K H S L
Decimal 202 242 1 0.17 0 1.00 0.05 69.96 0.99 0.48
Hex CA F2 1 11 0 64 5 46 63 30
Octal 312 362 1 21 0 144 5 106 143 60
Binary 11001010 11110010 1 10001 0 1100100 101 1000110 1100011 110000

Color Harmonies of #CAF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF201

Black with #CAF201

Text Example


Text Example

White with #CAF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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