Html Css Color HEX #C3FF01 Electric Lime

📋 copy color: '#C3FF01'

red 195 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #C3FF01

Tints of Electric Lime #C3FF01

RGB

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

 GREEN value IS 255 (100% from 255) = 56.54%

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

R = 43.24%
G = 56.54%
B = 0.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#C3FF01 (or 0xC3FF01) is known color: Electric Lime. HEX triplet: C3, FF and 01. RGB value is (195,255,1). Sum of RGB (Red+Green+Blue) = 195+255+1=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FF01 is #3C00FE. Grayscale: #D1D1D1. Windows color (decimal): -3932415 or 131011. OLE color: 131011.

HSL color Cylindrical-coordinate representation of color #C3FF01: hue angle of 74.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3FF01 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 195 255 1 -
CMYK 0.24 0 1.00 0
HSL 74.17º 1% 0.5% -
HSV(B) 74.17º 1% 1% -
XYZ 58.27 83.12 13 -
YUV 208.1 11.12 118.65 -
System Red Green Blue C M Y K H S L
Decimal 195 255 1 0.24 0 1.00 0 74.17 1 0.5
Hex C3 FF 1 18 0 64 0 4A 64 32
Octal 303 377 1 30 0 144 0 112 144 62
Binary 11000011 11111111 1 11000 0 1100100 0 1001010 1100100 110010

Color Harmonies of #C3FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FF01

Black with #C3FF01

Text Example


Text Example

White with #C3FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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