Html Css Color HEX #C0FB04 Electric Lime

📋 copy color: '#C0FB04'

red 192 ◦ green 251 ◦ blue 4

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

Shades of Electric Lime #C0FB04

Tints of Electric Lime #C0FB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.15%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 42.95%
G = 56.15%
B = 0.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#C0FB04 (or 0xC0FB04) is known color: Electric Lime. HEX triplet: C0, FB and 04. RGB value is (192,251,4). Sum of RGB (Red+Green+Blue) = 192+251+4=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB04 is #3F04FB. Grayscale: #CECECE. Windows color (decimal): -4130044 or 326592. OLE color: 326592.

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

Color convert

RGB 192 251 4 -
CMYK 0.24 0 0.98 0.02
HSL 74.33º 0.97% 0.5% -
HSV(B) 74.33º 0.98% 0.98% -
XYZ 56.26 80.21 12.63 -
YUV 205.2 14.45 118.58 -
System Red Green Blue C M Y K H S L
Decimal 192 251 4 0.24 0 0.98 0.02 74.33 0.97 0.5
Hex C0 FB 4 18 0 62 2 4A 61 32
Octal 300 373 4 30 0 142 2 112 141 62
Binary 11000000 11111011 100 11000 0 1100010 10 1001010 1100001 110010

Color Harmonies of #C0FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB04

Black with #C0FB04

Text Example


Text Example

White with #C0FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB04; }

 p { color: rgb(192,251,4); }

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

background-color css

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

 a { background-color: rgb(192,251,4); }

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

border-color css

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

 span { border-color: rgb(192,251,4); }

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