Html Css Color HEX #1FB232 Lime Green

📋 copy color: '#1FB232'

red 31 ◦ green 178 ◦ blue 50

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

Shades of Lime Green #1FB232

Tints of Lime Green #1FB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.73%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 11.97%
G = 68.73%
B = 19.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#1FB232 (or 0x1FB232) is known color: Lime Green. HEX triplet: 1F, B2 and 32. RGB value is (31,178,50). Sum of RGB (Red+Green+Blue) = 31+178+50=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB232 is #E04DCD. Grayscale: #777777. Windows color (decimal): -14699982 or 3322399. OLE color: 3322399.

HSL color Cylindrical-coordinate representation of color #1FB232: hue angle of 127.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB232 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 178 50 -
CMYK 0.83 0 0.72 0.30
HSL 127.76º 0.7% 0.41% -
HSV(B) 127.76º 0.83% 0.7% -
XYZ 17.06 32.36 8.36 -
YUV 119.46 88.8 64.91 -
System Red Green Blue C M Y K H S L
Decimal 31 178 50 0.83 0 0.72 0.30 127.76 0.7 0.41
Hex 1F B2 32 53 0 48 1E 80 46 29
Octal 37 262 62 123 0 110 36 200 106 51
Binary 11111 10110010 110010 1010011 0 1001000 11110 10000000 1000110 101001

Color Harmonies of #1FB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB232

Black with #1FB232

Text Example


Text Example

White with #1FB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,178,50); }

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

background-color css

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

 a { background-color: rgb(31,178,50); }

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

border-color css

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

 span { border-color: rgb(31,178,50); }

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