Html Css Color HEX #C0FA08 Electric Lime

📋 copy color: '#C0FA08'

red 192 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #C0FA08

Tints of Electric Lime #C0FA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.56%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 42.67%
G = 55.56%
B = 1.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#C0FA08 (or 0xC0FA08) is known color: Electric Lime. HEX triplet: C0, FA and 08. RGB value is (192,250,8). Sum of RGB (Red+Green+Blue) = 192+250+8=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FA08 is #3F05F7. Grayscale: #CDCDCD. Windows color (decimal): -4130296 or 588480. OLE color: 588480.

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

Color convert

RGB 192 250 8 -
CMYK 0.23 0 0.97 0.02
HSL 74.38º 0.96% 0.51% -
HSV(B) 74.38º 0.97% 0.98% -
XYZ 55.97 79.6 12.64 -
YUV 205.07 16.78 118.68 -
System Red Green Blue C M Y K H S L
Decimal 192 250 8 0.23 0 0.97 0.02 74.38 0.96 0.51
Hex C0 FA 8 17 0 61 2 4A 60 33
Octal 300 372 10 27 0 141 2 112 140 63
Binary 11000000 11111010 1000 10111 0 1100001 10 1001010 1100000 110011

Color Harmonies of #C0FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA08

Black with #C0FA08

Text Example


Text Example

White with #C0FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA08; }

 p { color: rgb(192,250,8); }

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

background-color css

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

 a { background-color: rgb(192,250,8); }

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

border-color css

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

 span { border-color: rgb(192,250,8); }

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