Html Css Color HEX #1FC306 Lime Green

📋 copy color: '#1FC306'

red 31 ◦ green 195 ◦ blue 6

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

Shades of Lime Green #1FC306

Tints of Lime Green #1FC306

RGB

 RED value IS 31 (12.5% from 255) = 13.36%

 GREEN value IS 195 (76.56% from 255) = 84.05%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 13.36%
G = 84.05%
B = 2.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#1FC306 (or 0x1FC306) is known color: Lime Green. HEX triplet: 1F, C3 and 06. RGB value is (31,195,6). Sum of RGB (Red+Green+Blue) = 31+195+6=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC306 is #E03CF9. Grayscale: #7D7D7D. Windows color (decimal): -14695674 or 443167. OLE color: 443167.

HSL color Cylindrical-coordinate representation of color #1FC306: hue angle of 112.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FC306 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 195 6 -
CMYK 0.84 0 0.97 0.24
HSL 112.06º 0.94% 0.39% -
HSV(B) 112.06º 0.97% 0.76% -
XYZ 20.11 39.33 6.7 -
YUV 124.42 61.17 61.37 -
System Red Green Blue C M Y K H S L
Decimal 31 195 6 0.84 0 0.97 0.24 112.06 0.94 0.39
Hex 1F C3 6 54 0 61 18 70 5E 27
Octal 37 303 6 124 0 141 30 160 136 47
Binary 11111 11000011 110 1010100 0 1100001 11000 1110000 1011110 100111

Color Harmonies of #1FC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC306

Black with #1FC306

Text Example


Text Example

White with #1FC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC306; }

 p { color: rgb(31,195,6); }

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

background-color css

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

 a { background-color: rgb(31,195,6); }

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

border-color css

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

 span { border-color: rgb(31,195,6); }

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