Html Css Color HEX #C3F701 Electric Lime

📋 copy color: '#C3F701'

red 195 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #C3F701

Tints of Electric Lime #C3F701

RGB

 RED value IS 195 (76.56% from 255) = 44.02%

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

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

R = 44.02%
G = 55.76%
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

#C3F701 (or 0xC3F701) is known color: Electric Lime. HEX triplet: C3, F7 and 01. RGB value is (195,247,1). Sum of RGB (Red+Green+Blue) = 195+247+1=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F701 is #3C08FE. Grayscale: #CCCCCC. Windows color (decimal): -3934463 or 128963. OLE color: 128963.

HSL color Cylindrical-coordinate representation of color #C3F701: hue angle of 72.68º 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 #C3F701 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 247 1 -
CMYK 0.21 0 1.00 0.03
HSL 72.68º 0.99% 0.49% -
HSV(B) 72.68º 1% 0.97% -
XYZ 55.77 78.13 12.17 -
YUV 203.41 13.77 122 -
System Red Green Blue C M Y K H S L
Decimal 195 247 1 0.21 0 1.00 0.03 72.68 0.99 0.49
Hex C3 F7 1 15 0 64 3 49 63 31
Octal 303 367 1 25 0 144 3 111 143 61
Binary 11000011 11110111 1 10101 0 1100100 11 1001001 1100011 110001

Color Harmonies of #C3F701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F701

Black with #C3F701

Text Example


Text Example

White with #C3F701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F701; }

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

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

background-color css

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

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

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

border-color css

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

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

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