Html Css Color HEX #C7F200 Electric Lime

📋 copy color: '#C7F200'

red 199 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #C7F200

Tints of Electric Lime #C7F200

RGB

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

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

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

R = 45.12%
G = 54.88%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#C7F200 (or 0xC7F200) is known color: Electric Lime. HEX triplet: C7, F2 and 00. RGB value is (199,242,0). Sum of RGB (Red+Green+Blue) = 199+242+0=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F200 is #380DFF. Grayscale: #CACACA. Windows color (decimal): -3673600 or 62151. OLE color: 62151.

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

Color convert

RGB 199 242 0 -
CMYK 0.18 0 1 0.05
HSL 70.66º 1% 0.47% -
HSV(B) 70.66º 1% 0.95% -
XYZ 55.31 75.65 11.69 -
YUV 201.56 14.25 126.18 -
System Red Green Blue C M Y K H S L
Decimal 199 242 0 0.18 0 1 0.05 70.66 1 0.47
Hex C7 F2 0 12 0 64 5 47 64 2F
Octal 307 362 0 22 0 144 5 107 144 57
Binary 11000111 11110010 0 10010 0 1100100 101 1000111 1100100 101111

Color Harmonies of #C7F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F200

Black with #C7F200

Text Example


Text Example

White with #C7F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F200; }

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

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

background-color css

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

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

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

border-color css

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

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

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