Html Css Color HEX #2BD94A Lime Green

📋 copy color: '#2BD94A'

red 43 ◦ green 217 ◦ blue 74

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

Shades of Lime Green #2BD94A

Tints of Lime Green #2BD94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.97%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 12.87%
G = 64.97%
B = 22.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#2BD94A (or 0x2BD94A) is known color: Lime Green. HEX triplet: 2B, D9 and 4A. RGB value is (43,217,74). Sum of RGB (Red+Green+Blue) = 43+217+74=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD94A is #D426B5. Grayscale: #959595. Windows color (decimal): -13903542 or 4905259. OLE color: 4905259.

HSL color Cylindrical-coordinate representation of color #2BD94A: hue angle of 130.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD94A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 217 74 -
CMYK 0.80 0 0.66 0.15
HSL 130.69º 0.7% 0.51% -
HSV(B) 130.69º 0.8% 0.85% -
XYZ 27.05 50.63 14.83 -
YUV 148.67 85.85 52.63 -
System Red Green Blue C M Y K H S L
Decimal 43 217 74 0.80 0 0.66 0.15 130.69 0.7 0.51
Hex 2B D9 4A 50 0 42 F 83 46 33
Octal 53 331 112 120 0 102 17 203 106 63
Binary 101011 11011001 1001010 1010000 0 1000010 1111 10000011 1000110 110011

Color Harmonies of #2BD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD94A

Black with #2BD94A

Text Example


Text Example

White with #2BD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,217,74); }

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

background-color css

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

 a { background-color: rgb(43,217,74); }

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

border-color css

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

 span { border-color: rgb(43,217,74); }

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