Html Css Color HEX #C6FA15 Electric Lime

📋 copy color: '#C6FA15'

red 198 ◦ green 250 ◦ blue 21

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

Shades of Electric Lime #C6FA15

Tints of Electric Lime #C6FA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.3%

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

R = 42.22%
G = 53.3%
B = 4.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C6FA15 (or 0xC6FA15) is known color: Electric Lime. HEX triplet: C6, FA and 15. RGB value is (198,250,21). Sum of RGB (Red+Green+Blue) = 198+250+21=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FA15 is #3905EA. Grayscale: #D1D1D1. Windows color (decimal): -3737067 or 1440454. OLE color: 1440454.

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

Color convert

RGB 198 250 21 -
CMYK 0.21 0 0.92 0.02
HSL 73.62º 0.96% 0.53% -
HSV(B) 73.62º 0.92% 0.98% -
XYZ 57.61 80.43 13.2 -
YUV 208.35 22.27 120.62 -
System Red Green Blue C M Y K H S L
Decimal 198 250 21 0.21 0 0.92 0.02 73.62 0.96 0.53
Hex C6 FA 15 15 0 5C 2 4A 60 35
Octal 306 372 25 25 0 134 2 112 140 65
Binary 11000110 11111010 10101 10101 0 1011100 10 1001010 1100000 110101

Color Harmonies of #C6FA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FA15

Black with #C6FA15

Text Example


Text Example

White with #C6FA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FA15; }

 p { color: rgb(198,250,21); }

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

background-color css

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

 a { background-color: rgb(198,250,21); }

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

border-color css

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

 span { border-color: rgb(198,250,21); }

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