Html Css Color HEX #C7FF13 Electric Lime

📋 copy color: '#C7FF13'

red 199 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #C7FF13

Tints of Electric Lime #C7FF13

RGB

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

 GREEN value IS 255 (100% from 255) = 53.91%

 BLUE value IS 19 (7.81% from 255) = 4.02%

R = 42.07%
G = 53.91%
B = 4.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#C7FF13 (or 0xC7FF13) is known color: Electric Lime. HEX triplet: C7, FF and 13. RGB value is (199,255,19). Sum of RGB (Red+Green+Blue) = 199+255+19=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FF13 is #3800EC. Grayscale: #D4D4D4. Windows color (decimal): -3670253 or 1310663. OLE color: 1310663.

HSL color Cylindrical-coordinate representation of color #C7FF13: hue angle of 74.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7FF13 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 199 255 19 -
CMYK 0.22 0 0.93 0
HSL 74.24º 1% 0.54% -
HSV(B) 74.24º 0.93% 1% -
XYZ 59.43 83.71 13.64 -
YUV 211.35 19.45 119.19 -
System Red Green Blue C M Y K H S L
Decimal 199 255 19 0.22 0 0.93 0 74.24 1 0.54
Hex C7 FF 13 16 0 5D 0 4A 64 36
Octal 307 377 23 26 0 135 0 112 144 66
Binary 11000111 11111111 10011 10110 0 1011101 0 1001010 1100100 110110

Color Harmonies of #C7FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FF13

Black with #C7FF13

Text Example


Text Example

White with #C7FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FF13; }

 p { color: rgb(199,255,19); }

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

background-color css

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

 a { background-color: rgb(199,255,19); }

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

border-color css

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

 span { border-color: rgb(199,255,19); }

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