Html Css Color HEX #1FC730 Lime Green

📋 copy color: '#1FC730'

red 31 ◦ green 199 ◦ blue 48

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

Shades of Lime Green #1FC730

Tints of Lime Green #1FC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.58%

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 11.15%
G = 71.58%
B = 17.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#1FC730 (or 0x1FC730) is known color: Lime Green. HEX triplet: 1F, C7 and 30. RGB value is (31,199,48). Sum of RGB (Red+Green+Blue) = 31+199+48=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC730 is #E038CF. Grayscale: #838383. Windows color (decimal): -14694608 or 3196703. OLE color: 3196703.

HSL color Cylindrical-coordinate representation of color #1FC730: hue angle of 126.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC730 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 199 48 -
CMYK 0.84 0 0.76 0.22
HSL 126.07º 0.73% 0.45% -
HSV(B) 126.07º 0.84% 0.78% -
XYZ 21.52 41.35 9.64 -
YUV 131.55 80.84 56.28 -
System Red Green Blue C M Y K H S L
Decimal 31 199 48 0.84 0 0.76 0.22 126.07 0.73 0.45
Hex 1F C7 30 54 0 4C 16 7E 49 2D
Octal 37 307 60 124 0 114 26 176 111 55
Binary 11111 11000111 110000 1010100 0 1001100 10110 1111110 1001001 101101

Color Harmonies of #1FC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC730

Black with #1FC730

Text Example


Text Example

White with #1FC730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,48); }

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

background-color css

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

 a { background-color: rgb(31,199,48); }

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

border-color css

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

 span { border-color: rgb(31,199,48); }

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