Html Css Color HEX #1BF970 Spring Green

📋 copy color: '#1BF970'

red 27 ◦ green 249 ◦ blue 112

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

Shades of Spring Green #1BF970

Tints of Spring Green #1BF970

RGB

 RED value IS 27 (10.94% from 255) = 6.96%

 GREEN value IS 249 (97.66% from 255) = 64.18%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 6.96%
G = 64.18%
B = 28.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#1BF970 (or 0x1BF970) is known color: Spring Green. HEX triplet: 1B, F9 and 70. RGB value is (27,249,112). Sum of RGB (Red+Green+Blue) = 27+249+112=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF970 is #E4068F. Grayscale: #A7A7A7. Windows color (decimal): -14943888 or 7403803. OLE color: 7403803.

HSL color Cylindrical-coordinate representation of color #1BF970: hue angle of 142.97º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF970 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 249 112 -
CMYK 0.89 0 0.55 0.02
HSL 142.97º 0.95% 0.54% -
HSV(B) 142.97º 0.89% 0.98% -
XYZ 37.25 69.15 26.71 -
YUV 167 96.95 28.14 -
System Red Green Blue C M Y K H S L
Decimal 27 249 112 0.89 0 0.55 0.02 142.97 0.95 0.54
Hex 1B F9 70 59 0 37 2 8F 5F 36
Octal 33 371 160 131 0 67 2 217 137 66
Binary 11011 11111001 1110000 1011001 0 110111 10 10001111 1011111 110110

Color Harmonies of #1BF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BF970

Black with #1BF970

Text Example


Text Example

White with #1BF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,249,112); }

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

background-color css

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

 a { background-color: rgb(27,249,112); }

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

border-color css

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

 span { border-color: rgb(27,249,112); }

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