Html Css Color HEX #2BD022 Lime Green

📋 copy color: '#2BD022'

red 43 ◦ green 208 ◦ blue 34

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

Shades of Lime Green #2BD022

Tints of Lime Green #2BD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.98%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 15.09%
G = 72.98%
B = 11.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#2BD022 (or 0x2BD022) is known color: Lime Green. HEX triplet: 2B, D0 and 22. RGB value is (43,208,34). Sum of RGB (Red+Green+Blue) = 43+208+34=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD022 is #D42FDD. Grayscale: #8B8B8B. Windows color (decimal): -13905886 or 2281515. OLE color: 2281515.

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

Color convert

RGB 43 208 34 -
CMYK 0.79 0 0.84 0.18
HSL 116.9º 0.72% 0.47% -
HSV(B) 116.9º 0.84% 0.82% -
XYZ 23.84 45.74 9.09 -
YUV 138.83 68.84 59.65 -
System Red Green Blue C M Y K H S L
Decimal 43 208 34 0.79 0 0.84 0.18 116.9 0.72 0.47
Hex 2B D0 22 4F 0 54 12 75 48 2F
Octal 53 320 42 117 0 124 22 165 110 57
Binary 101011 11010000 100010 1001111 0 1010100 10010 1110101 1001000 101111

Color Harmonies of #2BD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD022

Black with #2BD022

Text Example


Text Example

White with #2BD022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,34); }

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

background-color css

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

 a { background-color: rgb(43,208,34); }

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

border-color css

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

 span { border-color: rgb(43,208,34); }

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