Html Css Color HEX #1FBD2D Lime Green

📋 copy color: '#1FBD2D'

red 31 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #1FBD2D

Tints of Lime Green #1FBD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.32%

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

R = 11.7%
G = 71.32%
B = 16.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#1FBD2D (or 0x1FBD2D) is known color: Lime Green. HEX triplet: 1F, BD and 2D. RGB value is (31,189,45). Sum of RGB (Red+Green+Blue) = 31+189+45=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBD2D is #E042D2. Grayscale: #7D7D7D. Windows color (decimal): -14697171 or 2997535. OLE color: 2997535.

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

Color convert

RGB 31 189 45 -
CMYK 0.84 0 0.76 0.26
HSL 125.32º 0.72% 0.43% -
HSV(B) 125.32º 0.84% 0.74% -
XYZ 19.24 36.88 8.59 -
YUV 125.34 82.65 60.71 -
System Red Green Blue C M Y K H S L
Decimal 31 189 45 0.84 0 0.76 0.26 125.32 0.72 0.43
Hex 1F BD 2D 54 0 4C 1A 7D 48 2B
Octal 37 275 55 124 0 114 32 175 110 53
Binary 11111 10111101 101101 1010100 0 1001100 11010 1111101 1001000 101011

Color Harmonies of #1FBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBD2D

Black with #1FBD2D

Text Example


Text Example

White with #1FBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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