Html Css Color HEX #C7F314 Electric Lime

📋 copy color: '#C7F314'

red 199 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #C7F314

Tints of Electric Lime #C7F314

RGB

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

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

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

R = 43.07%
G = 52.6%
B = 4.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#C7F314 (or 0xC7F314) is known color: Electric Lime. HEX triplet: C7, F3 and 14. RGB value is (199,243,20). Sum of RGB (Red+Green+Blue) = 199+243+20=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F314 is #380CEB. Grayscale: #CDCDCD. Windows color (decimal): -3673324 or 1373127. OLE color: 1373127.

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

Color convert

RGB 199 243 20 -
CMYK 0.18 0 0.92 0.05
HSL 71.84º 0.9% 0.52% -
HSV(B) 71.84º 0.92% 0.95% -
XYZ 55.73 76.29 12.45 -
YUV 204.42 23.92 124.13 -
System Red Green Blue C M Y K H S L
Decimal 199 243 20 0.18 0 0.92 0.05 71.84 0.9 0.52
Hex C7 F3 14 12 0 5C 5 48 5A 34
Octal 307 363 24 22 0 134 5 110 132 64
Binary 11000111 11110011 10100 10010 0 1011100 101 1001000 1011010 110100

Color Harmonies of #C7F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F314

Black with #C7F314

Text Example


Text Example

White with #C7F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F314; }

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

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

background-color css

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

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

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

border-color css

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

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

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