Html Css Color HEX #C0F705 Electric Lime

📋 copy color: '#C0F705'

red 192 ◦ green 247 ◦ blue 5

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

Shades of Electric Lime #C0F705

Tints of Electric Lime #C0F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 43.24%
G = 55.63%
B = 1.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#C0F705 (or 0xC0F705) is known color: Electric Lime. HEX triplet: C0, F7 and 05. RGB value is (192,247,5). Sum of RGB (Red+Green+Blue) = 192+247+5=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F705 is #3F08FA. Grayscale: #CBCBCB. Windows color (decimal): -4131067 or 391104. OLE color: 391104.

HSL color Cylindrical-coordinate representation of color #C0F705: hue angle of 73.64º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0F705 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 5 -
CMYK 0.22 0 0.98 0.03
HSL 73.64º 0.96% 0.49% -
HSV(B) 73.64º 0.98% 0.97% -
XYZ 55.03 77.74 12.25 -
YUV 202.97 16.28 120.18 -
System Red Green Blue C M Y K H S L
Decimal 192 247 5 0.22 0 0.98 0.03 73.64 0.96 0.49
Hex C0 F7 5 16 0 62 3 4A 60 31
Octal 300 367 5 26 0 142 3 112 140 61
Binary 11000000 11110111 101 10110 0 1100010 11 1001010 1100000 110001

Color Harmonies of #C0F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F705

Black with #C0F705

Text Example


Text Example

White with #C0F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F705; }

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

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

background-color css

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

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

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

border-color css

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

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

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