Html Css Color HEX #CAF207 Electric Lime

📋 copy color: '#CAF207'

red 202 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #CAF207

Tints of Electric Lime #CAF207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 44.79%
G = 53.66%
B = 1.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CAF207 (or 0xCAF207) is known color: Electric Lime. HEX triplet: CA, F2 and 07. RGB value is (202,242,7). Sum of RGB (Red+Green+Blue) = 202+242+7=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF207 is #350DF8. Grayscale: #CCCCCC. Windows color (decimal): -3476985 or 520906. OLE color: 520906.

HSL color Cylindrical-coordinate representation of color #CAF207: hue angle of 70.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAF207 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 7 -
CMYK 0.17 0 0.97 0.05
HSL 70.21º 0.94% 0.49% -
HSV(B) 70.21º 0.97% 0.95% -
XYZ 56.15 76.08 11.93 -
YUV 203.25 17.25 127.11 -
System Red Green Blue C M Y K H S L
Decimal 202 242 7 0.17 0 0.97 0.05 70.21 0.94 0.49
Hex CA F2 7 11 0 61 5 46 5E 31
Octal 312 362 7 21 0 141 5 106 136 61
Binary 11001010 11110010 111 10001 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CAF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF207

Black with #CAF207

Text Example


Text Example

White with #CAF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF207; }

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

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

background-color css

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

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

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

border-color css

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

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

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