Html Css Color HEX #CAF701 Electric Lime

📋 copy color: '#CAF701'

red 202 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #CAF701

Tints of Electric Lime #CAF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.89%

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

R = 44.89%
G = 54.89%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#CAF701 (or 0xCAF701) is known color: Electric Lime. HEX triplet: CA, F7 and 01. RGB value is (202,247,1). Sum of RGB (Red+Green+Blue) = 202+247+1=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF701 is #3508FE. Grayscale: #CECECE. Windows color (decimal): -3475711 or 128970. OLE color: 128970.

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

Color convert

RGB 202 247 1 -
CMYK 0.18 0 1.00 0.03
HSL 70.98º 0.99% 0.49% -
HSV(B) 70.98º 1% 0.97% -
XYZ 57.62 79.08 12.26 -
YUV 205.5 12.59 125.5 -
System Red Green Blue C M Y K H S L
Decimal 202 247 1 0.18 0 1.00 0.03 70.98 0.99 0.49
Hex CA F7 1 12 0 64 3 47 63 31
Octal 312 367 1 22 0 144 3 107 143 61
Binary 11001010 11110111 1 10010 0 1100100 11 1000111 1100011 110001

Color Harmonies of #CAF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF701

Black with #CAF701

Text Example


Text Example

White with #CAF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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