Html Css Color HEX #2BBD40 Lime Green

📋 copy color: '#2BBD40'

red 43 ◦ green 189 ◦ blue 64

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

Shades of Lime Green #2BBD40

Tints of Lime Green #2BBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.85%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 14.53%
G = 63.85%
B = 21.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2BBD40 (or 0x2BBD40) is known color: Lime Green. HEX triplet: 2B, BD and 40. RGB value is (43,189,64). Sum of RGB (Red+Green+Blue) = 43+189+64=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD40 is #D442BF. Grayscale: #838383. Windows color (decimal): -13910720 or 4242731. OLE color: 4242731.

HSL color Cylindrical-coordinate representation of color #2BBD40: hue angle of 128.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD40 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 64 -
CMYK 0.77 0 0.66 0.26
HSL 128.63º 0.63% 0.45% -
HSV(B) 128.63º 0.77% 0.74% -
XYZ 20.12 37.28 10.99 -
YUV 131.1 90.13 65.16 -
System Red Green Blue C M Y K H S L
Decimal 43 189 64 0.77 0 0.66 0.26 128.63 0.63 0.45
Hex 2B BD 40 4D 0 42 1A 81 3F 2D
Octal 53 275 100 115 0 102 32 201 77 55
Binary 101011 10111101 1000000 1001101 0 1000010 11010 10000001 111111 101101

Color Harmonies of #2BBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD40

Black with #2BBD40

Text Example


Text Example

White with #2BBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,64); }

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

background-color css

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

 a { background-color: rgb(43,189,64); }

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

border-color css

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

 span { border-color: rgb(43,189,64); }

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