Html Css Color HEX #C3FC12 Electric Lime

📋 copy color: '#C3FC12'

red 195 ◦ green 252 ◦ blue 18

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

Shades of Electric Lime #C3FC12

Tints of Electric Lime #C3FC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.19%

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 41.94%
G = 54.19%
B = 3.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#C3FC12 (or 0xC3FC12) is known color: Electric Lime. HEX triplet: C3, FC and 12. RGB value is (195,252,18). Sum of RGB (Red+Green+Blue) = 195+252+18=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FC12 is #3C03ED. Grayscale: #D1D1D1. Windows color (decimal): -3933166 or 1244355. OLE color: 1244355.

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

Color convert

RGB 195 252 18 -
CMYK 0.23 0 0.93 0.01
HSL 74.62º 0.98% 0.53% -
HSV(B) 74.62º 0.93% 0.99% -
XYZ 57.43 81.27 13.23 -
YUV 208.28 20.62 118.53 -
System Red Green Blue C M Y K H S L
Decimal 195 252 18 0.23 0 0.93 0.01 74.62 0.98 0.53
Hex C3 FC 12 17 0 5D 1 4B 62 35
Octal 303 374 22 27 0 135 1 113 142 65
Binary 11000011 11111100 10010 10111 0 1011101 1 1001011 1100010 110101

Color Harmonies of #C3FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FC12

Black with #C3FC12

Text Example


Text Example

White with #C3FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FC12; }

 p { color: rgb(195,252,18); }

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

background-color css

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

 a { background-color: rgb(195,252,18); }

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

border-color css

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

 span { border-color: rgb(195,252,18); }

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