#1BF48A

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

Shades of Spring Green #1BF48A

Tints of Spring Green #1BF48A

Color information

#1BF48A (or 0x1BF48A) is unknown color: approx Spring Green. HEX triplet: 1B, F4 and 8A. RGB value is (27,244,138). Sum of RGB (Red+Green+Blue) = 27+244+138=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #1BF48A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF48A is #E40B75. Grayscale: #A7A7A7. Windows color (decimal): -14945142 or 9106459. OLE color: 9106459.

HSL color Cylindrical-coordinate representation of color #1BF48A: hue angle of 150.69º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF48A is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB27244138-
CMYK0.8900.430.04
HSL150.69º90.79%53.14%-
HSV(B)150.69º88.93%95.69%-
XYZ37.3966.7734.96-
YUV167.03111.6128.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.60%
GREEN value IS 244 (95.70% from 255) = 59.66%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=6.60%
G=59.66%
B=33.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal272441380.8900.430.04150.6990.7953.14
Hex1BF48A5902B4975b35
Octal33364212131053422713365
Binary11011111101001000101010110010101011100100101111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,244,138); }

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

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

 a { background-color: rgb(27,244,138); }

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

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

 span { border-color: rgb(27,244,138); }

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