Html Css Color HEX #1FBE2F Lime Green

📋 copy color: '#1FBE2F'

red 31 ◦ green 190 ◦ blue 47

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

Shades of Lime Green #1FBE2F

Tints of Lime Green #1FBE2F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.9%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 11.57%
G = 70.9%
B = 17.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#1FBE2F (or 0x1FBE2F) is known color: Lime Green. HEX triplet: 1F, BE and 2F. RGB value is (31,190,47). Sum of RGB (Red+Green+Blue) = 31+190+47=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE2F is #E041D0. Grayscale: #7E7E7E. Windows color (decimal): -14696913 or 3128863. OLE color: 3128863.

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

Color convert

RGB 31 190 47 -
CMYK 0.84 0 0.75 0.25
HSL 126.04º 0.72% 0.43% -
HSV(B) 126.04º 0.84% 0.75% -
XYZ 19.49 37.32 8.87 -
YUV 126.16 83.32 60.13 -
System Red Green Blue C M Y K H S L
Decimal 31 190 47 0.84 0 0.75 0.25 126.04 0.72 0.43
Hex 1F BE 2F 54 0 4B 19 7E 48 2B
Octal 37 276 57 124 0 113 31 176 110 53
Binary 11111 10111110 101111 1010100 0 1001011 11001 1111110 1001000 101011

Color Harmonies of #1FBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE2F

Black with #1FBE2F

Text Example


Text Example

White with #1FBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,47); }

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

background-color css

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

 a { background-color: rgb(31,190,47); }

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

border-color css

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

 span { border-color: rgb(31,190,47); }

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