Html Css Color HEX #C3FF13 Electric Lime

📋 copy color: '#C3FF13'

red 195 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #C3FF13

Tints of Electric Lime #C3FF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 41.58%
G = 54.37%
B = 4.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#C3FF13 (or 0xC3FF13) is known color: Electric Lime. HEX triplet: C3, FF and 13. RGB value is (195,255,19). Sum of RGB (Red+Green+Blue) = 195+255+19=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FF13 is #3C00EC. Grayscale: #D3D3D3. Windows color (decimal): -3932397 or 1310659. OLE color: 1310659.

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

Color convert

RGB 195 255 19 -
CMYK 0.24 0 0.93 0
HSL 75.25º 1% 0.54% -
HSV(B) 75.25º 0.93% 1% -
XYZ 58.38 83.17 13.59 -
YUV 210.16 20.12 117.19 -
System Red Green Blue C M Y K H S L
Decimal 195 255 19 0.24 0 0.93 0 75.25 1 0.54
Hex C3 FF 13 18 0 5D 0 4B 64 36
Octal 303 377 23 30 0 135 0 113 144 66
Binary 11000011 11111111 10011 11000 0 1011101 0 1001011 1100100 110110

Color Harmonies of #C3FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FF13

Black with #C3FF13

Text Example


Text Example

White with #C3FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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