Html Css Color HEX #C0FB12 Electric Lime

📋 copy color: '#C0FB12'

red 192 ◦ green 251 ◦ blue 18

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

Shades of Electric Lime #C0FB12

Tints of Electric Lime #C0FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.45%

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 41.65%
G = 54.45%
B = 3.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C0FB12 (or 0xC0FB12) is known color: Electric Lime. HEX triplet: C0, FB and 12. RGB value is (192,251,18). Sum of RGB (Red+Green+Blue) = 192+251+18=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB12 is #3F04ED. Grayscale: #CFCFCF. Windows color (decimal): -4130030 or 1244096. OLE color: 1244096.

HSL color Cylindrical-coordinate representation of color #C0FB12: hue angle of 75.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0FB12 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 251 18 -
CMYK 0.24 0 0.93 0.02
HSL 75.19º 0.97% 0.53% -
HSV(B) 75.19º 0.93% 0.98% -
XYZ 56.34 80.24 13.09 -
YUV 206.8 21.45 117.45 -
System Red Green Blue C M Y K H S L
Decimal 192 251 18 0.24 0 0.93 0.02 75.19 0.97 0.53
Hex C0 FB 12 18 0 5D 2 4B 61 35
Octal 300 373 22 30 0 135 2 113 141 65
Binary 11000000 11111011 10010 11000 0 1011101 10 1001011 1100001 110101

Color Harmonies of #C0FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB12

Black with #C0FB12

Text Example


Text Example

White with #C0FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB12; }

 p { color: rgb(192,251,18); }

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

background-color css

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

 a { background-color: rgb(192,251,18); }

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

border-color css

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

 span { border-color: rgb(192,251,18); }

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