Html Css Color HEX #2BDE2D Lime Green

📋 copy color: '#2BDE2D'

red 43 ◦ green 222 ◦ blue 45

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

Shades of Lime Green #2BDE2D

Tints of Lime Green #2BDE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.61%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 13.87%
G = 71.61%
B = 14.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#2BDE2D (or 0x2BDE2D) is known color: Lime Green. HEX triplet: 2B, DE and 2D. RGB value is (43,222,45). Sum of RGB (Red+Green+Blue) = 43+222+45=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE2D is #D421D2. Grayscale: #949494. Windows color (decimal): -13902291 or 3005995. OLE color: 3005995.

HSL color Cylindrical-coordinate representation of color #2BDE2D: hue angle of 120.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE2D is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 45 -
CMYK 0.81 0 0.80 0.13
HSL 120.67º 0.73% 0.52% -
HSV(B) 120.67º 0.81% 0.87% -
XYZ 27.59 52.95 11.25 -
YUV 148.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 43 222 45 0.81 0 0.80 0.13 120.67 0.73 0.52
Hex 2B DE 2D 51 0 50 D 79 49 34
Octal 53 336 55 121 0 120 15 171 111 64
Binary 101011 11011110 101101 1010001 0 1010000 1101 1111001 1001001 110100

Color Harmonies of #2BDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE2D

Black with #2BDE2D

Text Example


Text Example

White with #2BDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,222,45); }

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

background-color css

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

 a { background-color: rgb(43,222,45); }

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

border-color css

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

 span { border-color: rgb(43,222,45); }

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