Html Css Color HEX #C0F816 Electric Lime

📋 copy color: '#C0F816'

red 192 ◦ green 248 ◦ blue 22

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

Shades of Electric Lime #C0F816

Tints of Electric Lime #C0F816

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.68%

 BLUE value IS 22 (8.98% from 255) = 4.76%

R = 41.56%
G = 53.68%
B = 4.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#C0F816 (or 0xC0F816) is known color: Electric Lime. HEX triplet: C0, F8 and 16. RGB value is (192,248,22). Sum of RGB (Red+Green+Blue) = 192+248+22=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F816 is #3F07E9. Grayscale: #CECECE. Windows color (decimal): -4130794 or 1505472. OLE color: 1505472.

HSL color Cylindrical-coordinate representation of color #C0F816: hue angle of 74.87º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0F816 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 22 -
CMYK 0.23 0 0.91 0.03
HSL 74.87º 0.94% 0.53% -
HSV(B) 74.87º 0.91% 0.97% -
XYZ 55.45 78.4 12.97 -
YUV 205.49 24.45 118.38 -
System Red Green Blue C M Y K H S L
Decimal 192 248 22 0.23 0 0.91 0.03 74.87 0.94 0.53
Hex C0 F8 16 17 0 5B 3 4B 5E 35
Octal 300 370 26 27 0 133 3 113 136 65
Binary 11000000 11111000 10110 10111 0 1011011 11 1001011 1011110 110101

Color Harmonies of #C0F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F816

Black with #C0F816

Text Example


Text Example

White with #C0F816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F816; }

 p { color: rgb(192,248,22); }

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

background-color css

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

 a { background-color: rgb(192,248,22); }

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

border-color css

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

 span { border-color: rgb(192,248,22); }

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