Html Css Color HEX #CAF901 Electric Lime

📋 copy color: '#CAF901'

red 202 ◦ green 249 ◦ blue 1

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

Shades of Electric Lime #CAF901

Tints of Electric Lime #CAF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.09%

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

R = 44.69%
G = 55.09%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#CAF901 (or 0xCAF901) is known color: Electric Lime. HEX triplet: CA, F9 and 01. RGB value is (202,249,1). Sum of RGB (Red+Green+Blue) = 202+249+1=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF901 is #3506FE. Grayscale: #CFCFCF. Windows color (decimal): -3475199 or 129482. OLE color: 129482.

HSL color Cylindrical-coordinate representation of color #CAF901: hue angle of 71.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAF901 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 1 -
CMYK 0.19 0 1.00 0.02
HSL 71.37º 0.99% 0.49% -
HSV(B) 71.37º 1% 0.98% -
XYZ 58.24 80.31 12.46 -
YUV 206.68 11.93 124.67 -
System Red Green Blue C M Y K H S L
Decimal 202 249 1 0.19 0 1.00 0.02 71.37 0.99 0.49
Hex CA F9 1 13 0 64 2 47 63 31
Octal 312 371 1 23 0 144 2 107 143 61
Binary 11001010 11111001 1 10011 0 1100100 10 1000111 1100011 110001

Color Harmonies of #CAF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF901

Black with #CAF901

Text Example


Text Example

White with #CAF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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