Html Css Color HEX #2BEB7A Spring Green

📋 copy color: '#2BEB7A'

red 43 ◦ green 235 ◦ blue 122

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

Shades of Spring Green #2BEB7A

Tints of Spring Green #2BEB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.75%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 10.75%
G = 58.75%
B = 30.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#2BEB7A (or 0x2BEB7A) is known color: Spring Green. HEX triplet: 2B, EB and 7A. RGB value is (43,235,122). Sum of RGB (Red+Green+Blue) = 43+235+122=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB7A is #D41485. Grayscale: #A4A4A4. Windows color (decimal): -13898886 or 8055595. OLE color: 8055595.

HSL color Cylindrical-coordinate representation of color #2BEB7A: hue angle of 144.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB7A is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 122 -
CMYK 0.82 0 0.48 0.08
HSL 144.69º 0.83% 0.55% -
HSV(B) 144.69º 0.82% 0.92% -
XYZ 34.22 61.34 28.45 -
YUV 164.71 103.89 41.19 -
System Red Green Blue C M Y K H S L
Decimal 43 235 122 0.82 0 0.48 0.08 144.69 0.83 0.55
Hex 2B EB 7A 52 0 30 8 91 53 37
Octal 53 353 172 122 0 60 10 221 123 67
Binary 101011 11101011 1111010 1010010 0 110000 1000 10010001 1010011 110111

Color Harmonies of #2BEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB7A

Black with #2BEB7A

Text Example


Text Example

White with #2BEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,235,122); }

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

background-color css

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

 a { background-color: rgb(43,235,122); }

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

border-color css

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

 span { border-color: rgb(43,235,122); }

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