#1FBD2A

Color #1FBD2A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1FBD2A

Tints of Lime Green #1FBD2A

Color information

#1FBD2A (or 0x1FBD2A) is unknown color: approx Lime Green. HEX triplet: 1F, BD and 2A. RGB value is (31,189,42). Sum of RGB (Red+Green+Blue) = 31+189+42=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBD2A is #E042D5. Grayscale: #7D7D7D. Windows color (decimal): -14697174 or 2800927. OLE color: 2800927.

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

Color convert

RGB3118942-
CMYK0.8400.780.26
HSL124.18º71.82%43.14%-
HSV(B)124.18º83.6%74.12%-
XYZ19.1836.858.29-
YUV12581.1560.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 189 (74.22% from 255) = 72.14%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=11.83%
G=72.14%
B=16.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31189420.8400.780.26124.1871.8243.14
Hex1FBD2A5404E1A7c482b
Octal372755212401163217411053
Binary11111101111011010101010100010011101101011111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FBD2A;
 }
 .AnyTagClassName
 {
   color: #1FBD2A;
 }
</style>
background-color css

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

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

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

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

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

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