Html Css Color HEX #C7FC1C Electric Lime

📋 copy color: '#C7FC1C'

red 199 ◦ green 252 ◦ blue 28

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

Shades of Electric Lime #C7FC1C

Tints of Electric Lime #C7FC1C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

 BLUE value IS 28 (11.33% from 255) = 5.85%

R = 41.54%
G = 52.61%
B = 5.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#C7FC1C (or 0xC7FC1C) is known color: Electric Lime. HEX triplet: C7, FC and 1C. RGB value is (199,252,28). Sum of RGB (Red+Green+Blue) = 199+252+28=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FC1C is #3803E3. Grayscale: #D3D3D3. Windows color (decimal): -3671012 or 1899719. OLE color: 1899719.

HSL color Cylindrical-coordinate representation of color #C7FC1C: hue angle of 74.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7FC1C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 252 28 -
CMYK 0.21 0 0.89 0.01
HSL 74.2º 0.97% 0.55% -
HSV(B) 74.2º 0.89% 0.99% -
XYZ 58.57 81.85 13.81 -
YUV 210.62 24.94 119.71 -
System Red Green Blue C M Y K H S L
Decimal 199 252 28 0.21 0 0.89 0.01 74.2 0.97 0.55
Hex C7 FC 1C 15 0 59 1 4A 61 37
Octal 307 374 34 25 0 131 1 112 141 67
Binary 11000111 11111100 11100 10101 0 1011001 1 1001010 1100001 110111

Color Harmonies of #C7FC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FC1C

Black with #C7FC1C

Text Example


Text Example

White with #C7FC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FC1C; }

 p { color: rgb(199,252,28); }

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

background-color css

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

 a { background-color: rgb(199,252,28); }

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

border-color css

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

 span { border-color: rgb(199,252,28); }

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