Html Css Color HEX #1FBF32 Lime Green

📋 copy color: '#1FBF32'

red 31 ◦ green 191 ◦ blue 50

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

Shades of Lime Green #1FBF32

Tints of Lime Green #1FBF32

RGB

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

 GREEN value IS 191 (75% from 255) = 70.22%

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

R = 11.4%
G = 70.22%
B = 18.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#1FBF32 (or 0x1FBF32) is known color: Lime Green. HEX triplet: 1F, BF and 32. RGB value is (31,191,50). Sum of RGB (Red+Green+Blue) = 31+191+50=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF32 is #E040CD. Grayscale: #7F7F7F. Windows color (decimal): -14696654 or 3325727. OLE color: 3325727.

HSL color Cylindrical-coordinate representation of color #1FBF32: hue angle of 127.13º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF32 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 191 50 -
CMYK 0.84 0 0.74 0.25
HSL 127.13º 0.72% 0.44% -
HSV(B) 127.13º 0.84% 0.75% -
XYZ 19.77 37.78 9.27 -
YUV 127.09 84.49 59.46 -
System Red Green Blue C M Y K H S L
Decimal 31 191 50 0.84 0 0.74 0.25 127.13 0.72 0.44
Hex 1F BF 32 54 0 4A 19 7F 48 2C
Octal 37 277 62 124 0 112 31 177 110 54
Binary 11111 10111111 110010 1010100 0 1001010 11001 1111111 1001000 101100

Color Harmonies of #1FBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF32

Black with #1FBF32

Text Example


Text Example

White with #1FBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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