Html Css Color HEX #C2F901 Electric Lime

📋 copy color: '#C2F901'

red 194 ◦ green 249 ◦ blue 1

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

Shades of Electric Lime #C2F901

Tints of Electric Lime #C2F901

RGB

 RED value IS 194 (76.17% from 255) = 43.69%

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

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

R = 43.69%
G = 56.08%
B = 0.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#C2F901 (or 0xC2F901) is known color: Electric Lime. HEX triplet: C2, F9 and 01. RGB value is (194,249,1). Sum of RGB (Red+Green+Blue) = 194+249+1=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F901 is #3D06FE. Grayscale: #CDCDCD. Windows color (decimal): -3999487 or 129474. OLE color: 129474.

HSL color Cylindrical-coordinate representation of color #C2F901: hue angle of 73.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2F901 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 1 -
CMYK 0.22 0 1.00 0.02
HSL 73.31º 0.99% 0.49% -
HSV(B) 73.31º 1% 0.98% -
XYZ 56.13 79.22 12.36 -
YUV 204.28 13.28 120.67 -
System Red Green Blue C M Y K H S L
Decimal 194 249 1 0.22 0 1.00 0.02 73.31 0.99 0.49
Hex C2 F9 1 16 0 64 2 49 63 31
Octal 302 371 1 26 0 144 2 111 143 61
Binary 11000010 11111001 1 10110 0 1100100 10 1001001 1100011 110001

Color Harmonies of #C2F901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F901

Black with #C2F901

Text Example


Text Example

White with #C2F901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F901; }

 p { color: rgb(194,249,1); }

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

background-color css

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

 a { background-color: rgb(194,249,1); }

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

border-color css

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

 span { border-color: rgb(194,249,1); }

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