Html Css Color HEX #1FC530 Lime Green

📋 copy color: '#1FC530'

red 31 ◦ green 197 ◦ blue 48

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

Shades of Lime Green #1FC530

Tints of Lime Green #1FC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.38%

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

R = 11.23%
G = 71.38%
B = 17.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#1FC530 (or 0x1FC530) is known color: Lime Green. HEX triplet: 1F, C5 and 30. RGB value is (31,197,48). Sum of RGB (Red+Green+Blue) = 31+197+48=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC530 is #E03ACF. Grayscale: #828282. Windows color (decimal): -14695120 or 3196191. OLE color: 3196191.

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

Color convert

RGB 31 197 48 -
CMYK 0.84 0 0.76 0.23
HSL 126.14º 0.73% 0.45% -
HSV(B) 126.14º 0.84% 0.77% -
XYZ 21.06 40.44 9.49 -
YUV 130.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 31 197 48 0.84 0 0.76 0.23 126.14 0.73 0.45
Hex 1F C5 30 54 0 4C 17 7E 49 2D
Octal 37 305 60 124 0 114 27 176 111 55
Binary 11111 11000101 110000 1010100 0 1001100 10111 1111110 1001001 101101

Color Harmonies of #1FC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC530

Black with #1FC530

Text Example


Text Example

White with #1FC530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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