Html Css Color HEX #C2F701 Electric Lime

📋 copy color: '#C2F701'

red 194 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #C2F701

Tints of Electric Lime #C2F701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.88%

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

R = 43.89%
G = 55.88%
B = 0.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#C2F701 (or 0xC2F701) is known color: Electric Lime. HEX triplet: C2, F7 and 01. RGB value is (194,247,1). Sum of RGB (Red+Green+Blue) = 194+247+1=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F701 is #3D08FE. Grayscale: #CCCCCC. Windows color (decimal): -3999999 or 128962. OLE color: 128962.

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

Color convert

RGB 194 247 1 -
CMYK 0.21 0 1.00 0.03
HSL 72.93º 0.99% 0.49% -
HSV(B) 72.93º 1% 0.97% -
XYZ 55.51 77.99 12.16 -
YUV 203.11 13.94 121.5 -
System Red Green Blue C M Y K H S L
Decimal 194 247 1 0.21 0 1.00 0.03 72.93 0.99 0.49
Hex C2 F7 1 15 0 64 3 49 63 31
Octal 302 367 1 25 0 144 3 111 143 61
Binary 11000010 11110111 1 10101 0 1100100 11 1001001 1100011 110001

Color Harmonies of #C2F701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F701

Black with #C2F701

Text Example


Text Example

White with #C2F701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F701; }

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

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

background-color css

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

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

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

border-color css

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

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

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