Html Css Color HEX #C0F707 Electric Lime

📋 copy color: '#C0F707'

red 192 ◦ green 247 ◦ blue 7

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

Shades of Electric Lime #C0F707

Tints of Electric Lime #C0F707

RGB

 RED value IS 192 (75.39% from 255) = 43.05%

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

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

R = 43.05%
G = 55.38%
B = 1.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#C0F707 (or 0xC0F707) is known color: Electric Lime. HEX triplet: C0, F7 and 07. RGB value is (192,247,7). Sum of RGB (Red+Green+Blue) = 192+247+7=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F707 is #3F08F8. Grayscale: #CCCCCC. Windows color (decimal): -4131065 or 522176. OLE color: 522176.

HSL color Cylindrical-coordinate representation of color #C0F707: hue angle of 73.75º 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 #C0F707 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 7 -
CMYK 0.22 0 0.97 0.03
HSL 73.75º 0.94% 0.5% -
HSV(B) 73.75º 0.97% 0.97% -
XYZ 55.04 77.74 12.31 -
YUV 203.2 17.28 120.01 -
System Red Green Blue C M Y K H S L
Decimal 192 247 7 0.22 0 0.97 0.03 73.75 0.94 0.5
Hex C0 F7 7 16 0 61 3 4A 5E 32
Octal 300 367 7 26 0 141 3 112 136 62
Binary 11000000 11110111 111 10110 0 1100001 11 1001010 1011110 110010

Color Harmonies of #C0F707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F707

Black with #C0F707

Text Example


Text Example

White with #C0F707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F707; }

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

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

background-color css

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

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

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

border-color css

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

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

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