Html Css Color HEX #2BD24A Lime Green

📋 copy color: '#2BD24A'

red 43 ◦ green 210 ◦ blue 74

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

Shades of Lime Green #2BD24A

Tints of Lime Green #2BD24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.22%

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

R = 13.15%
G = 64.22%
B = 22.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#2BD24A (or 0x2BD24A) is known color: Lime Green. HEX triplet: 2B, D2 and 4A. RGB value is (43,210,74). Sum of RGB (Red+Green+Blue) = 43+210+74=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 210 (82.42% from 255 or 64.22% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD24A is #D42DB5. Grayscale: #909090. Windows color (decimal): -13905334 or 4903467. OLE color: 4903467.

HSL color Cylindrical-coordinate representation of color #2BD24A: hue angle of 131.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD24A is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 74 -
CMYK 0.80 0 0.65 0.18
HSL 131.14º 0.66% 0.5% -
HSV(B) 131.14º 0.8% 0.82% -
XYZ 25.28 47.1 14.24 -
YUV 144.56 88.17 55.56 -
System Red Green Blue C M Y K H S L
Decimal 43 210 74 0.80 0 0.65 0.18 131.14 0.66 0.5
Hex 2B D2 4A 50 0 41 12 83 42 32
Octal 53 322 112 120 0 101 22 203 102 62
Binary 101011 11010010 1001010 1010000 0 1000001 10010 10000011 1000010 110010

Color Harmonies of #2BD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD24A

Black with #2BD24A

Text Example


Text Example

White with #2BD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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