Html Css Color HEX #C0FF03 Electric Lime

📋 copy color: '#C0FF03'

red 192 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #C0FF03

Tints of Electric Lime #C0FF03

RGB

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

 GREEN value IS 255 (100% from 255) = 56.67%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 42.67%
G = 56.67%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#C0FF03 (or 0xC0FF03) is known color: Electric Lime. HEX triplet: C0, FF and 03. RGB value is (192,255,3). Sum of RGB (Red+Green+Blue) = 192+255+3=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF03 is #3F00FC. Grayscale: #D0D0D0. Windows color (decimal): -4129021 or 262080. OLE color: 262080.

HSL color Cylindrical-coordinate representation of color #C0FF03: hue angle of 75º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0FF03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 3 -
CMYK 0.25 0 0.99 0
HSL 75º 1% 0.51% -
HSV(B) 75º 0.99% 1% -
XYZ 57.51 82.73 13.02 -
YUV 207.44 12.63 116.99 -
System Red Green Blue C M Y K H S L
Decimal 192 255 3 0.25 0 0.99 0 75 1 0.51
Hex C0 FF 3 19 0 63 0 4B 64 33
Octal 300 377 3 31 0 143 0 113 144 63
Binary 11000000 11111111 11 11001 0 1100011 0 1001011 1100100 110011

Color Harmonies of #C0FF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF03

Black with #C0FF03

Text Example


Text Example

White with #C0FF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF03; }

 p { color: rgb(192,255,3); }

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

background-color css

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

 a { background-color: rgb(192,255,3); }

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

border-color css

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

 span { border-color: rgb(192,255,3); }

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