Html Css Color HEX #C3E701 Electric Lime

📋 copy color: '#C3E701'

red 195 ◦ green 231 ◦ blue 1

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

Shades of Electric Lime #C3E701

Tints of Electric Lime #C3E701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.1%

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

R = 45.67%
G = 54.1%
B = 0.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#C3E701 (or 0xC3E701) is known color: Electric Lime. HEX triplet: C3, E7 and 01. RGB value is (195,231,1). Sum of RGB (Red+Green+Blue) = 195+231+1=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3E701 is #3C18FE. Grayscale: #C2C2C2. Windows color (decimal): -3938559 or 124867. OLE color: 124867.

HSL color Cylindrical-coordinate representation of color #C3E701: hue angle of 69.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3E701 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 231 1 -
CMYK 0.16 0 1.00 0.09
HSL 69.39º 0.99% 0.45% -
HSV(B) 69.39º 1% 0.91% -
XYZ 51.09 68.76 10.61 -
YUV 194.02 19.07 128.7 -
System Red Green Blue C M Y K H S L
Decimal 195 231 1 0.16 0 1.00 0.09 69.39 0.99 0.45
Hex C3 E7 1 10 0 64 9 45 63 2D
Octal 303 347 1 20 0 144 11 105 143 55
Binary 11000011 11100111 1 10000 0 1100100 1001 1000101 1100011 101101

Color Harmonies of #C3E701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E701

Black with #C3E701

Text Example


Text Example

White with #C3E701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E701; }

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

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

background-color css

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

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

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

border-color css

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

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

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