Html Css Color HEX #2BD11E Lime Green

📋 copy color: '#2BD11E'

red 43 ◦ green 209 ◦ blue 30

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

Shades of Lime Green #2BD11E

Tints of Lime Green #2BD11E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.11%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 15.25%
G = 74.11%
B = 10.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#2BD11E (or 0x2BD11E) is known color: Lime Green. HEX triplet: 2B, D1 and 1E. RGB value is (43,209,30). Sum of RGB (Red+Green+Blue) = 43+209+30=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD11E is #D42EE1. Grayscale: #8B8B8B. Windows color (decimal): -13905634 or 2019627. OLE color: 2019627.

HSL color Cylindrical-coordinate representation of color #2BD11E: hue angle of 115.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BD11E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 209 30 -
CMYK 0.79 0 0.86 0.18
HSL 115.64º 0.75% 0.47% -
HSV(B) 115.64º 0.86% 0.82% -
XYZ 24.03 46.21 8.88 -
YUV 138.96 66.5 59.55 -
System Red Green Blue C M Y K H S L
Decimal 43 209 30 0.79 0 0.86 0.18 115.64 0.75 0.47
Hex 2B D1 1E 4F 0 56 12 74 4B 2F
Octal 53 321 36 117 0 126 22 164 113 57
Binary 101011 11010001 11110 1001111 0 1010110 10010 1110100 1001011 101111

Color Harmonies of #2BD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD11E

Black with #2BD11E

Text Example


Text Example

White with #2BD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,209,30); }

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

background-color css

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

 a { background-color: rgb(43,209,30); }

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

border-color css

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

 span { border-color: rgb(43,209,30); }

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