Html Css Color HEX #CAF601 Electric Lime

📋 copy color: '#CAF601'

red 202 ◦ green 246 ◦ blue 1

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

Shades of Electric Lime #CAF601

Tints of Electric Lime #CAF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.79%

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

R = 44.99%
G = 54.79%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CAF601 (or 0xCAF601) is known color: Electric Lime. HEX triplet: CA, F6 and 01. RGB value is (202,246,1). Sum of RGB (Red+Green+Blue) = 202+246+1=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF601 is #3509FE. Grayscale: #CDCDCD. Windows color (decimal): -3475967 or 128714. OLE color: 128714.

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

Color convert

RGB 202 246 1 -
CMYK 0.18 0 1.00 0.04
HSL 70.78º 0.99% 0.48% -
HSV(B) 70.78º 1% 0.96% -
XYZ 57.32 78.47 12.15 -
YUV 204.91 12.92 125.92 -
System Red Green Blue C M Y K H S L
Decimal 202 246 1 0.18 0 1.00 0.04 70.78 0.99 0.48
Hex CA F6 1 12 0 64 4 47 63 30
Octal 312 366 1 22 0 144 4 107 143 60
Binary 11001010 11110110 1 10010 0 1100100 100 1000111 1100011 110000

Color Harmonies of #CAF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF601

Black with #CAF601

Text Example


Text Example

White with #CAF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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