Html Css Color HEX #2BD21D Lime Green

📋 copy color: '#2BD21D'

red 43 ◦ green 210 ◦ blue 29

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

Shades of Lime Green #2BD21D

Tints of Lime Green #2BD21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 15.25%
G = 74.47%
B = 10.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#2BD21D (or 0x2BD21D) is known color: Lime Green. HEX triplet: 2B, D2 and 1D. RGB value is (43,210,29). Sum of RGB (Red+Green+Blue) = 43+210+29=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD21D is #D42DE2. Grayscale: #8B8B8B. Windows color (decimal): -13905379 or 1954347. OLE color: 1954347.

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

Color convert

RGB 43 210 29 -
CMYK 0.80 0 0.86 0.18
HSL 115.36º 0.76% 0.47% -
HSV(B) 115.36º 0.86% 0.82% -
XYZ 24.26 46.7 8.9 -
YUV 139.43 65.67 59.22 -
System Red Green Blue C M Y K H S L
Decimal 43 210 29 0.80 0 0.86 0.18 115.36 0.76 0.47
Hex 2B D2 1D 50 0 56 12 73 4C 2F
Octal 53 322 35 120 0 126 22 163 114 57
Binary 101011 11010010 11101 1010000 0 1010110 10010 1110011 1001100 101111

Color Harmonies of #2BD21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD21D

Black with #2BD21D

Text Example


Text Example

White with #2BD21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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