Html Css Color HEX #C3F613 Electric Lime

📋 copy color: '#C3F613'

red 195 ◦ green 246 ◦ blue 19

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

Shades of Electric Lime #C3F613

Tints of Electric Lime #C3F613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.48%

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

R = 42.39%
G = 53.48%
B = 4.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#C3F613 (or 0xC3F613) is known color: Electric Lime. HEX triplet: C3, F6 and 13. RGB value is (195,246,19). Sum of RGB (Red+Green+Blue) = 195+246+19=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F613 is #3C09EC. Grayscale: #CDCDCD. Windows color (decimal): -3934701 or 1308355. OLE color: 1308355.

HSL color Cylindrical-coordinate representation of color #C3F613: hue angle of 73.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F613 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 246 19 -
CMYK 0.21 0 0.92 0.04
HSL 73.48º 0.93% 0.52% -
HSV(B) 73.48º 0.92% 0.96% -
XYZ 55.58 77.56 12.66 -
YUV 204.87 23.1 120.96 -
System Red Green Blue C M Y K H S L
Decimal 195 246 19 0.21 0 0.92 0.04 73.48 0.93 0.52
Hex C3 F6 13 15 0 5C 4 49 5D 34
Octal 303 366 23 25 0 134 4 111 135 64
Binary 11000011 11110110 10011 10101 0 1011100 100 1001001 1011101 110100

Color Harmonies of #C3F613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F613

Black with #C3F613

Text Example


Text Example

White with #C3F613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F613; }

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

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

background-color css

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

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

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

border-color css

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

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

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