Html Css Color HEX #2BBD2D Lime Green

📋 copy color: '#2BBD2D'

red 43 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #2BBD2D

Tints of Lime Green #2BBD2D

RGB

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

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

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

R = 15.52%
G = 68.23%
B = 16.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#2BBD2D (or 0x2BBD2D) is known color: Lime Green. HEX triplet: 2B, BD and 2D. RGB value is (43,189,45). Sum of RGB (Red+Green+Blue) = 43+189+45=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD2D is #D442D2. Grayscale: #818181. Windows color (decimal): -13910739 or 2997547. OLE color: 2997547.

HSL color Cylindrical-coordinate representation of color #2BBD2D: hue angle of 120.82º 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 #2BBD2D is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 45 -
CMYK 0.77 0 0.76 0.26
HSL 120.82º 0.63% 0.45% -
HSV(B) 120.82º 0.77% 0.74% -
XYZ 19.67 37.1 8.61 -
YUV 128.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 43 189 45 0.77 0 0.76 0.26 120.82 0.63 0.45
Hex 2B BD 2D 4D 0 4C 1A 79 3F 2D
Octal 53 275 55 115 0 114 32 171 77 55
Binary 101011 10111101 101101 1001101 0 1001100 11010 1111001 111111 101101

Color Harmonies of #2BBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD2D

Black with #2BBD2D

Text Example


Text Example

White with #2BBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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