Html Css Color HEX #C0F912 Electric Lime

📋 copy color: '#C0F912'

red 192 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #C0F912

Tints of Electric Lime #C0F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.25%

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

R = 41.83%
G = 54.25%
B = 3.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C0F912 (or 0xC0F912) is known color: Electric Lime. HEX triplet: C0, F9 and 12. RGB value is (192,249,18). Sum of RGB (Red+Green+Blue) = 192+249+18=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F912 is #3F06ED. Grayscale: #CECECE. Windows color (decimal): -4130542 or 1243584. OLE color: 1243584.

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

Color convert

RGB 192 249 18 -
CMYK 0.23 0 0.93 0.02
HSL 74.81º 0.95% 0.52% -
HSV(B) 74.81º 0.93% 0.98% -
XYZ 55.72 79 12.88 -
YUV 205.62 22.12 118.28 -
System Red Green Blue C M Y K H S L
Decimal 192 249 18 0.23 0 0.93 0.02 74.81 0.95 0.52
Hex C0 F9 12 17 0 5D 2 4B 5F 34
Octal 300 371 22 27 0 135 2 113 137 64
Binary 11000000 11111001 10010 10111 0 1011101 10 1001011 1011111 110100

Color Harmonies of #C0F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F912

Black with #C0F912

Text Example


Text Example

White with #C0F912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F912; }

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

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

background-color css

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

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

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

border-color css

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

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

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