Html Css Color HEX #C7EF14 Electric Lime

📋 copy color: '#C7EF14'

red 199 ◦ green 239 ◦ blue 20

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

Shades of Electric Lime #C7EF14

Tints of Electric Lime #C7EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 43.45%
G = 52.18%
B = 4.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#C7EF14 (or 0xC7EF14) is known color: Electric Lime. HEX triplet: C7, EF and 14. RGB value is (199,239,20). Sum of RGB (Red+Green+Blue) = 199+239+20=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EF14 is #3810EB. Grayscale: #CACACA. Windows color (decimal): -3674348 or 1372103. OLE color: 1372103.

HSL color Cylindrical-coordinate representation of color #C7EF14: hue angle of 70.96º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7EF14 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 239 20 -
CMYK 0.17 0 0.92 0.06
HSL 70.96º 0.87% 0.51% -
HSV(B) 70.96º 0.92% 0.94% -
XYZ 54.55 73.93 12.06 -
YUV 202.07 25.25 125.81 -
System Red Green Blue C M Y K H S L
Decimal 199 239 20 0.17 0 0.92 0.06 70.96 0.87 0.51
Hex C7 EF 14 11 0 5C 6 47 57 33
Octal 307 357 24 21 0 134 6 107 127 63
Binary 11000111 11101111 10100 10001 0 1011100 110 1000111 1010111 110011

Color Harmonies of #C7EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EF14

Black with #C7EF14

Text Example


Text Example

White with #C7EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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