Html Css Color HEX #2BD90D Lime Green

📋 copy color: '#2BD90D'

red 43 ◦ green 217 ◦ blue 13

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

Shades of Lime Green #2BD90D

Tints of Lime Green #2BD90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 15.75%
G = 79.49%
B = 4.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#2BD90D (or 0x2BD90D) is known color: Lime Green. HEX triplet: 2B, D9 and 0D. RGB value is (43,217,13). Sum of RGB (Red+Green+Blue) = 43+217+13=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 217 (85.16% from 255 or 79.49% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD90D is #D426F2. Grayscale: #8E8E8E. Windows color (decimal): -13903603 or 907563. OLE color: 907563.

HSL color Cylindrical-coordinate representation of color #2BD90D: hue angle of 111.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BD90D is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 217 13 -
CMYK 0.80 0 0.94 0.15
HSL 111.18º 0.89% 0.45% -
HSV(B) 111.18º 0.94% 0.85% -
XYZ 25.88 50.17 8.7 -
YUV 141.72 55.35 57.59 -
System Red Green Blue C M Y K H S L
Decimal 43 217 13 0.80 0 0.94 0.15 111.18 0.89 0.45
Hex 2B D9 D 50 0 5E F 6F 59 2D
Octal 53 331 15 120 0 136 17 157 131 55
Binary 101011 11011001 1101 1010000 0 1011110 1111 1101111 1011001 101101

Color Harmonies of #2BD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD90D

Black with #2BD90D

Text Example


Text Example

White with #2BD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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