Html Css Color HEX #C7E702 Electric Lime

📋 copy color: '#C7E702'

red 199 ◦ green 231 ◦ blue 2

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

Shades of Electric Lime #C7E702

Tints of Electric Lime #C7E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.47%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 46.06%
G = 53.47%
B = 0.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#C7E702 (or 0xC7E702) is known color: Electric Lime. HEX triplet: C7, E7 and 02. RGB value is (199,231,2). Sum of RGB (Red+Green+Blue) = 199+231+2=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E702 is #3818FD. Grayscale: #C4C4C4. Windows color (decimal): -3676414 or 190407. OLE color: 190407.

HSL color Cylindrical-coordinate representation of color #C7E702: hue angle of 68.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7E702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 231 2 -
CMYK 0.14 0 0.99 0.09
HSL 68.38º 0.98% 0.46% -
HSV(B) 68.38º 0.99% 0.91% -
XYZ 52.14 69.3 10.69 -
YUV 195.33 18.9 130.62 -
System Red Green Blue C M Y K H S L
Decimal 199 231 2 0.14 0 0.99 0.09 68.38 0.98 0.46
Hex C7 E7 2 E 0 63 9 44 62 2E
Octal 307 347 2 16 0 143 11 104 142 56
Binary 11000111 11100111 10 1110 0 1100011 1001 1000100 1100010 101110

Color Harmonies of #C7E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E702

Black with #C7E702

Text Example


Text Example

White with #C7E702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E702; }

 p { color: rgb(199,231,2); }

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

background-color css

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

 a { background-color: rgb(199,231,2); }

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

border-color css

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

 span { border-color: rgb(199,231,2); }

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