Html Css Color HEX #C3FE10 Electric Lime

📋 copy color: '#C3FE10'

red 195 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #C3FE10

Tints of Electric Lime #C3FE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.62%

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 41.94%
G = 54.62%
B = 3.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#C3FE10 (or 0xC3FE10) is known color: Electric Lime. HEX triplet: C3, FE and 10. RGB value is (195,254,16). Sum of RGB (Red+Green+Blue) = 195+254+16=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FE10 is #3C01EF. Grayscale: #D2D2D2. Windows color (decimal): -3932656 or 1113795. OLE color: 1113795.

HSL color Cylindrical-coordinate representation of color #C3FE10: hue angle of 74.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3FE10 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 254 16 -
CMYK 0.23 0 0.94 0.00
HSL 74.87º 0.99% 0.53% -
HSV(B) 74.87º 0.94% 1% -
XYZ 58.04 82.52 13.36 -
YUV 209.23 18.95 117.85 -
System Red Green Blue C M Y K H S L
Decimal 195 254 16 0.23 0 0.94 0.00 74.87 0.99 0.53
Hex C3 FE 10 17 0 5E 0 4B 63 35
Octal 303 376 20 27 0 136 0 113 143 65
Binary 11000011 11111110 10000 10111 0 1011110 0 1001011 1100011 110101

Color Harmonies of #C3FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FE10

Black with #C3FE10

Text Example


Text Example

White with #C3FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FE10; }

 p { color: rgb(195,254,16); }

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

background-color css

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

 a { background-color: rgb(195,254,16); }

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

border-color css

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

 span { border-color: rgb(195,254,16); }

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