Html Css Color HEX #2BBD1B Lime Green

📋 copy color: '#2BBD1B'

red 43 ◦ green 189 ◦ blue 27

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

Shades of Lime Green #2BBD1B

Tints of Lime Green #2BBD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 16.6%
G = 72.97%
B = 10.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#2BBD1B (or 0x2BBD1B) is known color: Lime Green. HEX triplet: 2B, BD and 1B. RGB value is (43,189,27). Sum of RGB (Red+Green+Blue) = 43+189+27=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 189 (74.22% from 255 or 72.97% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD1B is #D442E4. Grayscale: #7F7F7F. Windows color (decimal): -13910757 or 1817899. OLE color: 1817899.

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

Color convert

RGB 43 189 27 -
CMYK 0.77 0 0.86 0.26
HSL 114.07º 0.75% 0.42% -
HSV(B) 114.07º 0.86% 0.74% -
XYZ 19.39 36.99 7.15 -
YUV 126.88 71.63 68.17 -
System Red Green Blue C M Y K H S L
Decimal 43 189 27 0.77 0 0.86 0.26 114.07 0.75 0.42
Hex 2B BD 1B 4D 0 56 1A 72 4B 2A
Octal 53 275 33 115 0 126 32 162 113 52
Binary 101011 10111101 11011 1001101 0 1010110 11010 1110010 1001011 101010

Color Harmonies of #2BBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD1B

Black with #2BBD1B

Text Example


Text Example

White with #2BBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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