Html Css Color HEX #1FBE2D Lime Green

📋 copy color: '#1FBE2D'

red 31 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #1FBE2D

Tints of Lime Green #1FBE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 11.65%
G = 71.43%
B = 16.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#1FBE2D (or 0x1FBE2D) is known color: Lime Green. HEX triplet: 1F, BE and 2D. RGB value is (31,190,45). Sum of RGB (Red+Green+Blue) = 31+190+45=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE2D is #E041D2. Grayscale: #7E7E7E. Windows color (decimal): -14696915 or 2997791. OLE color: 2997791.

HSL color Cylindrical-coordinate representation of color #1FBE2D: hue angle of 125.28º 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 #1FBE2D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 190 45 -
CMYK 0.84 0 0.76 0.25
HSL 125.28º 0.72% 0.43% -
HSV(B) 125.28º 0.84% 0.75% -
XYZ 19.45 37.31 8.66 -
YUV 125.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 31 190 45 0.84 0 0.76 0.25 125.28 0.72 0.43
Hex 1F BE 2D 54 0 4C 19 7D 48 2B
Octal 37 276 55 124 0 114 31 175 110 53
Binary 11111 10111110 101101 1010100 0 1001100 11001 1111101 1001000 101011

Color Harmonies of #1FBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE2D

Black with #1FBE2D

Text Example


Text Example

White with #1FBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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