Html Css Color HEX #C5F707 Electric Lime

📋 copy color: '#C5F707'

red 197 ◦ green 247 ◦ blue 7

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

Shades of Electric Lime #C5F707

Tints of Electric Lime #C5F707

RGB

 RED value IS 197 (77.34% from 255) = 43.68%

 GREEN value IS 247 (96.88% from 255) = 54.77%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 43.68%
G = 54.77%
B = 1.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#C5F707 (or 0xC5F707) is known color: Electric Lime. HEX triplet: C5, F7 and 07. RGB value is (197,247,7). Sum of RGB (Red+Green+Blue) = 197+247+7=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F707 is #3A08F8. Grayscale: #CDCDCD. Windows color (decimal): -3803385 or 522181. OLE color: 522181.

HSL color Cylindrical-coordinate representation of color #C5F707: hue angle of 72.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5F707 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 247 7 -
CMYK 0.20 0 0.97 0.03
HSL 72.5º 0.94% 0.5% -
HSV(B) 72.5º 0.97% 0.97% -
XYZ 56.33 78.41 12.37 -
YUV 204.69 16.44 122.51 -
System Red Green Blue C M Y K H S L
Decimal 197 247 7 0.20 0 0.97 0.03 72.5 0.94 0.5
Hex C5 F7 7 14 0 61 3 48 5E 32
Octal 305 367 7 24 0 141 3 110 136 62
Binary 11000101 11110111 111 10100 0 1100001 11 1001000 1011110 110010

Color Harmonies of #C5F707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F707

Black with #C5F707

Text Example


Text Example

White with #C5F707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F707; }

 p { color: rgb(197,247,7); }

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

background-color css

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

 a { background-color: rgb(197,247,7); }

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

border-color css

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

 span { border-color: rgb(197,247,7); }

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