Html Css Color HEX #CAF700 Electric Lime

📋 copy color: '#CAF700'

red 202 ◦ green 247 ◦ blue 0

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

Shades of Electric Lime #CAF700

Tints of Electric Lime #CAF700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.99%
G = 55.01%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CAF700 (or 0xCAF700) is known color: Electric Lime. HEX triplet: CA, F7 and 00. RGB value is (202,247,0). Sum of RGB (Red+Green+Blue) = 202+247+0=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF700 is #3508FF. Grayscale: #CECECE. Windows color (decimal): -3475712 or 63434. OLE color: 63434.

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

Color convert

RGB 202 247 0 -
CMYK 0.18 0 1 0.03
HSL 70.93º 1% 0.48% -
HSV(B) 70.93º 1% 0.97% -
XYZ 57.62 79.08 12.23 -
YUV 205.39 12.09 125.58 -
System Red Green Blue C M Y K H S L
Decimal 202 247 0 0.18 0 1 0.03 70.93 1 0.48
Hex CA F7 0 12 0 64 3 47 64 30
Octal 312 367 0 22 0 144 3 107 144 60
Binary 11001010 11110111 0 10010 0 1100100 11 1000111 1100100 110000

Color Harmonies of #CAF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF700

Black with #CAF700

Text Example


Text Example

White with #CAF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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