Html Css Color HEX #C3FB12 Electric Lime

📋 copy color: '#C3FB12'

red 195 ◦ green 251 ◦ blue 18

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

Shades of Electric Lime #C3FB12

Tints of Electric Lime #C3FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.09%

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

R = 42.03%
G = 54.09%
B = 3.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C3FB12 (or 0xC3FB12) is known color: Electric Lime. HEX triplet: C3, FB and 12. RGB value is (195,251,18). Sum of RGB (Red+Green+Blue) = 195+251+18=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FB12 is #3C04ED. Grayscale: #D0D0D0. Windows color (decimal): -3933422 or 1244099. OLE color: 1244099.

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

Color convert

RGB 195 251 18 -
CMYK 0.22 0 0.93 0.02
HSL 74.42º 0.97% 0.53% -
HSV(B) 74.42º 0.93% 0.98% -
XYZ 57.11 80.64 13.13 -
YUV 207.69 20.95 118.95 -
System Red Green Blue C M Y K H S L
Decimal 195 251 18 0.22 0 0.93 0.02 74.42 0.97 0.53
Hex C3 FB 12 16 0 5D 2 4A 61 35
Octal 303 373 22 26 0 135 2 112 141 65
Binary 11000011 11111011 10010 10110 0 1011101 10 1001010 1100001 110101

Color Harmonies of #C3FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FB12

Black with #C3FB12

Text Example


Text Example

White with #C3FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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