Html Css Color HEX #C0FD11 Electric Lime

📋 copy color: '#C0FD11'

red 192 ◦ green 253 ◦ blue 17

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

Shades of Electric Lime #C0FD11

Tints of Electric Lime #C0FD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.76%

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 41.56%
G = 54.76%
B = 3.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#C0FD11 (or 0xC0FD11) is known color: Electric Lime. HEX triplet: C0, FD and 11. RGB value is (192,253,17). Sum of RGB (Red+Green+Blue) = 192+253+17=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FD11 is #3F02EE. Grayscale: #D0D0D0. Windows color (decimal): -4129519 or 1179072. OLE color: 1179072.

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

Color convert

RGB 192 253 17 -
CMYK 0.24 0 0.93 0.01
HSL 75.51º 0.98% 0.53% -
HSV(B) 75.51º 0.93% 0.99% -
XYZ 56.96 81.5 13.26 -
YUV 207.86 20.29 116.69 -
System Red Green Blue C M Y K H S L
Decimal 192 253 17 0.24 0 0.93 0.01 75.51 0.98 0.53
Hex C0 FD 11 18 0 5D 1 4C 62 35
Octal 300 375 21 30 0 135 1 114 142 65
Binary 11000000 11111101 10001 11000 0 1011101 1 1001100 1100010 110101

Color Harmonies of #C0FD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FD11

Black with #C0FD11

Text Example


Text Example

White with #C0FD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FD11; }

 p { color: rgb(192,253,17); }

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

background-color css

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

 a { background-color: rgb(192,253,17); }

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

border-color css

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

 span { border-color: rgb(192,253,17); }

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