Html Css Color HEX #C7F20A Electric Lime

📋 copy color: '#C7F20A'

red 199 ◦ green 242 ◦ blue 10

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

Shades of Electric Lime #C7F20A

Tints of Electric Lime #C7F20A

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 44.12%
G = 53.66%
B = 2.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#C7F20A (or 0xC7F20A) is known color: Electric Lime. HEX triplet: C7, F2 and 0A. RGB value is (199,242,10). Sum of RGB (Red+Green+Blue) = 199+242+10=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F20A is #380DF5. Grayscale: #CBCBCB. Windows color (decimal): -3673590 or 717511. OLE color: 717511.

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

Color convert

RGB 199 242 10 -
CMYK 0.18 0 0.96 0.05
HSL 71.12º 0.92% 0.49% -
HSV(B) 71.12º 0.96% 0.95% -
XYZ 55.36 75.67 11.97 -
YUV 202.7 19.25 125.36 -
System Red Green Blue C M Y K H S L
Decimal 199 242 10 0.18 0 0.96 0.05 71.12 0.92 0.49
Hex C7 F2 A 12 0 60 5 47 5C 31
Octal 307 362 12 22 0 140 5 107 134 61
Binary 11000111 11110010 1010 10010 0 1100000 101 1000111 1011100 110001

Color Harmonies of #C7F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F20A

Black with #C7F20A

Text Example


Text Example

White with #C7F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F20A; }

 p { color: rgb(199,242,10); }

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

background-color css

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

 a { background-color: rgb(199,242,10); }

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

border-color css

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

 span { border-color: rgb(199,242,10); }

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