Html Css Color HEX #C6FD13 Electric Lime

📋 copy color: '#C6FD13'

red 198 ◦ green 253 ◦ blue 19

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

Shades of Electric Lime #C6FD13

Tints of Electric Lime #C6FD13

RGB

 RED value IS 198 (77.73% from 255) = 42.13%

 GREEN value IS 253 (99.22% from 255) = 53.83%

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

R = 42.13%
G = 53.83%
B = 4.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#C6FD13 (or 0xC6FD13) is known color: Electric Lime. HEX triplet: C6, FD and 13. RGB value is (198,253,19). Sum of RGB (Red+Green+Blue) = 198+253+19=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FD13 is #3902EC. Grayscale: #D2D2D2. Windows color (decimal): -3736301 or 1310150. OLE color: 1310150.

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

Color convert

RGB 198 253 19 -
CMYK 0.22 0 0.92 0.01
HSL 74.1º 0.98% 0.53% -
HSV(B) 74.1º 0.92% 0.99% -
XYZ 58.53 82.3 13.42 -
YUV 209.88 20.28 119.53 -
System Red Green Blue C M Y K H S L
Decimal 198 253 19 0.22 0 0.92 0.01 74.1 0.98 0.53
Hex C6 FD 13 16 0 5C 1 4A 62 35
Octal 306 375 23 26 0 134 1 112 142 65
Binary 11000110 11111101 10011 10110 0 1011100 1 1001010 1100010 110101

Color Harmonies of #C6FD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FD13

Black with #C6FD13

Text Example


Text Example

White with #C6FD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FD13; }

 p { color: rgb(198,253,19); }

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

background-color css

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

 a { background-color: rgb(198,253,19); }

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

border-color css

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

 span { border-color: rgb(198,253,19); }

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