Html Css Color HEX #2BF96A Spring Green

📋 copy color: '#2BF96A'

red 43 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #2BF96A

Tints of Spring Green #2BF96A

RGB

 RED value IS 43 (17.19% from 255) = 10.8%

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 10.8%
G = 62.56%
B = 26.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#2BF96A (or 0x2BF96A) is known color: Spring Green. HEX triplet: 2B, F9 and 6A. RGB value is (43,249,106). Sum of RGB (Red+Green+Blue) = 43+249+106=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF96A is #D40695. Grayscale: #ABABAB. Windows color (decimal): -13895318 or 7010603. OLE color: 7010603.

HSL color Cylindrical-coordinate representation of color #2BF96A: hue angle of 138.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF96A is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 249 106 -
CMYK 0.83 0 0.57 0.02
HSL 138.35º 0.94% 0.57% -
HSV(B) 138.35º 0.83% 0.98% -
XYZ 37.47 69.31 25.04 -
YUV 171.1 91.25 36.63 -
System Red Green Blue C M Y K H S L
Decimal 43 249 106 0.83 0 0.57 0.02 138.35 0.94 0.57
Hex 2B F9 6A 53 0 39 2 8A 5E 39
Octal 53 371 152 123 0 71 2 212 136 71
Binary 101011 11111001 1101010 1010011 0 111001 10 10001010 1011110 111001

Color Harmonies of #2BF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF96A

Black with #2BF96A

Text Example


Text Example

White with #2BF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BF96A; }

 p { color: rgb(43,249,106); }

 H1.HeaderClassName
 {
   color: #2BF96A;
 }
 .AnyTagClassName
 {
   color: #2BF96A;
 }
</style>

background-color css

<style>
 a { background-color: #2BF96A; }

 a { background-color: rgb(43,249,106); }

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

border-color css

<style>
 span { border-color: #2BF96A; }

 span { border-color: rgb(43,249,106); }

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