Html Css Color HEX #C7F914 Electric Lime

📋 copy color: '#C7F914'

red 199 ◦ green 249 ◦ blue 20

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

Shades of Electric Lime #C7F914

Tints of Electric Lime #C7F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.21%

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

R = 42.52%
G = 53.21%
B = 4.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C7F914 (or 0xC7F914) is known color: Electric Lime. HEX triplet: C7, F9 and 14. RGB value is (199,249,20). Sum of RGB (Red+Green+Blue) = 199+249+20=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F914 is #3806EB. Grayscale: #D0D0D0. Windows color (decimal): -3671788 or 1374663. OLE color: 1374663.

HSL color Cylindrical-coordinate representation of color #C7F914: hue angle of 73.1º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7F914 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 249 20 -
CMYK 0.20 0 0.92 0.02
HSL 73.1º 0.95% 0.53% -
HSV(B) 73.1º 0.92% 0.98% -
XYZ 57.56 79.94 13.06 -
YUV 207.94 21.94 121.62 -
System Red Green Blue C M Y K H S L
Decimal 199 249 20 0.20 0 0.92 0.02 73.1 0.95 0.53
Hex C7 F9 14 14 0 5C 2 49 5F 35
Octal 307 371 24 24 0 134 2 111 137 65
Binary 11000111 11111001 10100 10100 0 1011100 10 1001001 1011111 110101

Color Harmonies of #C7F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F914

Black with #C7F914

Text Example


Text Example

White with #C7F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F914; }

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

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

background-color css

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

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

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

border-color css

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

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

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