Html Css Color HEX #C6FD1F Electric Lime

📋 copy color: '#C6FD1F'

red 198 ◦ green 253 ◦ blue 31

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

Shades of Electric Lime #C6FD1F

Tints of Electric Lime #C6FD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.43%

R = 41.08%
G = 52.49%
B = 6.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#C6FD1F (or 0xC6FD1F) is known color: Electric Lime. HEX triplet: C6, FD and 1F. RGB value is (198,253,31). Sum of RGB (Red+Green+Blue) = 198+253+31=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FD1F is #3902E0. Grayscale: #D4D4D4. Windows color (decimal): -3736289 or 2096582. OLE color: 2096582.

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

Color convert

RGB 198 253 31 -
CMYK 0.22 0 0.88 0.01
HSL 74.86º 0.98% 0.56% -
HSV(B) 74.86º 0.88% 0.99% -
XYZ 58.66 82.36 14.1 -
YUV 211.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 198 253 31 0.22 0 0.88 0.01 74.86 0.98 0.56
Hex C6 FD 1F 16 0 58 1 4B 62 38
Octal 306 375 37 26 0 130 1 113 142 70
Binary 11000110 11111101 11111 10110 0 1011000 1 1001011 1100010 111000

Color Harmonies of #C6FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FD1F

Black with #C6FD1F

Text Example


Text Example

White with #C6FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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