Html Css Color HEX #C0FC0B Electric Lime

📋 copy color: '#C0FC0B'

red 192 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #C0FC0B

Tints of Electric Lime #C0FC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 42.2%
G = 55.38%
B = 2.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#C0FC0B (or 0xC0FC0B) is known color: Electric Lime. HEX triplet: C0, FC and 0B. RGB value is (192,252,11). Sum of RGB (Red+Green+Blue) = 192+252+11=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC0B is #3F03F4. Grayscale: #CFCFCF. Windows color (decimal): -4129781 or 785600. OLE color: 785600.

HSL color Cylindrical-coordinate representation of color #C0FC0B: hue angle of 74.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0FC0B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 11 -
CMYK 0.24 0 0.96 0.01
HSL 74.94º 0.98% 0.52% -
HSV(B) 74.94º 0.96% 0.99% -
XYZ 56.61 80.85 12.94 -
YUV 206.59 17.62 117.6 -
System Red Green Blue C M Y K H S L
Decimal 192 252 11 0.24 0 0.96 0.01 74.94 0.98 0.52
Hex C0 FC B 18 0 60 1 4B 62 34
Octal 300 374 13 30 0 140 1 113 142 64
Binary 11000000 11111100 1011 11000 0 1100000 1 1001011 1100010 110100

Color Harmonies of #C0FC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FC0B

Black with #C0FC0B

Text Example


Text Example

White with #C0FC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FC0B; }

 p { color: rgb(192,252,11); }

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

background-color css

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

 a { background-color: rgb(192,252,11); }

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

border-color css

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

 span { border-color: rgb(192,252,11); }

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