Html Css Color HEX #C3F815 Electric Lime

📋 copy color: '#C3F815'

red 195 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #C3F815

Tints of Electric Lime #C3F815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 42.03%
G = 53.45%
B = 4.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#C3F815 (or 0xC3F815) is known color: Electric Lime. HEX triplet: C3, F8 and 15. RGB value is (195,248,21). Sum of RGB (Red+Green+Blue) = 195+248+21=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F815 is #3C07EA. Grayscale: #CFCFCF. Windows color (decimal): -3934187 or 1439939. OLE color: 1439939.

HSL color Cylindrical-coordinate representation of color #C3F815: hue angle of 74.01º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F815 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 248 21 -
CMYK 0.21 0 0.92 0.03
HSL 74.01º 0.94% 0.53% -
HSV(B) 74.01º 0.92% 0.97% -
XYZ 56.21 78.79 12.96 -
YUV 206.28 23.44 119.96 -
System Red Green Blue C M Y K H S L
Decimal 195 248 21 0.21 0 0.92 0.03 74.01 0.94 0.53
Hex C3 F8 15 15 0 5C 3 4A 5E 35
Octal 303 370 25 25 0 134 3 112 136 65
Binary 11000011 11111000 10101 10101 0 1011100 11 1001010 1011110 110101

Color Harmonies of #C3F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F815

Black with #C3F815

Text Example


Text Example

White with #C3F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F815; }

 p { color: rgb(195,248,21); }

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

background-color css

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

 a { background-color: rgb(195,248,21); }

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

border-color css

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

 span { border-color: rgb(195,248,21); }

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