Html Css Color HEX #C7F714 Electric Lime

📋 copy color: '#C7F714'

red 199 ◦ green 247 ◦ blue 20

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

Shades of Electric Lime #C7F714

Tints of Electric Lime #C7F714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53%

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 42.7%
G = 53%
B = 4.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#C7F714 (or 0xC7F714) is known color: Electric Lime. HEX triplet: C7, F7 and 14. RGB value is (199,247,20). Sum of RGB (Red+Green+Blue) = 199+247+20=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F714 is #3808EB. Grayscale: #CFCFCF. Windows color (decimal): -3672300 or 1374151. OLE color: 1374151.

HSL color Cylindrical-coordinate representation of color #C7F714: hue angle of 72.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7F714 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 247 20 -
CMYK 0.19 0 0.92 0.03
HSL 72.69º 0.93% 0.52% -
HSV(B) 72.69º 0.92% 0.97% -
XYZ 56.94 78.71 12.85 -
YUV 206.77 22.6 122.46 -
System Red Green Blue C M Y K H S L
Decimal 199 247 20 0.19 0 0.92 0.03 72.69 0.93 0.52
Hex C7 F7 14 13 0 5C 3 49 5D 34
Octal 307 367 24 23 0 134 3 111 135 64
Binary 11000111 11110111 10100 10011 0 1011100 11 1001001 1011101 110100

Color Harmonies of #C7F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F714

Black with #C7F714

Text Example


Text Example

White with #C7F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F714; }

 p { color: rgb(199,247,20); }

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

background-color css

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

 a { background-color: rgb(199,247,20); }

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

border-color css

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

 span { border-color: rgb(199,247,20); }

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