Html Css Color HEX #C7F312 Electric Lime

📋 copy color: '#C7F312'

red 199 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #C7F312

Tints of Electric Lime #C7F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.83%

 BLUE value IS 18 (7.42% from 255) = 3.91%

R = 43.26%
G = 52.83%
B = 3.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C7F312 (or 0xC7F312) is known color: Electric Lime. HEX triplet: C7, F3 and 12. RGB value is (199,243,18). Sum of RGB (Red+Green+Blue) = 199+243+18=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F312 is #380CED. Grayscale: #CDCDCD. Windows color (decimal): -3673326 or 1242055. OLE color: 1242055.

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

Color convert

RGB 199 243 18 -
CMYK 0.18 0 0.93 0.05
HSL 71.73º 0.9% 0.51% -
HSV(B) 71.73º 0.93% 0.95% -
XYZ 55.71 76.29 12.36 -
YUV 204.19 22.92 124.3 -
System Red Green Blue C M Y K H S L
Decimal 199 243 18 0.18 0 0.93 0.05 71.73 0.9 0.51
Hex C7 F3 12 12 0 5D 5 48 5A 33
Octal 307 363 22 22 0 135 5 110 132 63
Binary 11000111 11110011 10010 10010 0 1011101 101 1001000 1011010 110011

Color Harmonies of #C7F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F312

Black with #C7F312

Text Example


Text Example

White with #C7F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F312; }

 p { color: rgb(199,243,18); }

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

background-color css

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

 a { background-color: rgb(199,243,18); }

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

border-color css

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

 span { border-color: rgb(199,243,18); }

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