Html Css Color HEX #2BD238 Lime Green

📋 copy color: '#2BD238'

red 43 ◦ green 210 ◦ blue 56

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

Shades of Lime Green #2BD238

Tints of Lime Green #2BD238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 13.92%
G = 67.96%
B = 18.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#2BD238 (or 0x2BD238) is known color: Lime Green. HEX triplet: 2B, D2 and 38. RGB value is (43,210,56). Sum of RGB (Red+Green+Blue) = 43+210+56=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD238 is #D42DC7. Grayscale: #8E8E8E. Windows color (decimal): -13905352 or 3723819. OLE color: 3723819.

HSL color Cylindrical-coordinate representation of color #2BD238: hue angle of 124.67º 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 #2BD238 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 56 -
CMYK 0.80 0 0.73 0.18
HSL 124.67º 0.66% 0.5% -
HSV(B) 124.67º 0.8% 0.82% -
XYZ 24.76 46.89 11.49 -
YUV 142.51 79.17 57.02 -
System Red Green Blue C M Y K H S L
Decimal 43 210 56 0.80 0 0.73 0.18 124.67 0.66 0.5
Hex 2B D2 38 50 0 49 12 7D 42 32
Octal 53 322 70 120 0 111 22 175 102 62
Binary 101011 11010010 111000 1010000 0 1001001 10010 1111101 1000010 110010

Color Harmonies of #2BD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD238

Black with #2BD238

Text Example


Text Example

White with #2BD238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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