Html Css Color HEX #C0F201 Electric Lime

📋 copy color: '#C0F201'

red 192 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #C0F201

Tints of Electric Lime #C0F201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.63%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 44.14%
G = 55.63%
B = 0.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#C0F201 (or 0xC0F201) is known color: Electric Lime. HEX triplet: C0, F2 and 01. RGB value is (192,242,1). Sum of RGB (Red+Green+Blue) = 192+242+1=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F201 is #3F0DFE. Grayscale: #C8C8C8. Windows color (decimal): -4132351 or 127680. OLE color: 127680.

HSL color Cylindrical-coordinate representation of color #C0F201: hue angle of 72.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F201 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 1 -
CMYK 0.21 0 1.00 0.05
HSL 72.45º 0.99% 0.48% -
HSV(B) 72.45º 1% 0.95% -
XYZ 53.5 74.71 11.63 -
YUV 199.58 15.94 122.6 -
System Red Green Blue C M Y K H S L
Decimal 192 242 1 0.21 0 1.00 0.05 72.45 0.99 0.48
Hex C0 F2 1 15 0 64 5 48 63 30
Octal 300 362 1 25 0 144 5 110 143 60
Binary 11000000 11110010 1 10101 0 1100100 101 1001000 1100011 110000

Color Harmonies of #C0F201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F201

Black with #C0F201

Text Example


Text Example

White with #C0F201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F201; }

 p { color: rgb(192,242,1); }

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

background-color css

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

 a { background-color: rgb(192,242,1); }

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

border-color css

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

 span { border-color: rgb(192,242,1); }

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