Html Css Color HEX #2BB236 Lime Green

📋 copy color: '#2BB236'

red 43 ◦ green 178 ◦ blue 54

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

Shades of Lime Green #2BB236

Tints of Lime Green #2BB236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.73%

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 15.64%
G = 64.73%
B = 19.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#2BB236 (or 0x2BB236) is known color: Lime Green. HEX triplet: 2B, B2 and 36. RGB value is (43,178,54). Sum of RGB (Red+Green+Blue) = 43+178+54=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB236 is #D44DC9. Grayscale: #7B7B7B. Windows color (decimal): -13913546 or 3584555. OLE color: 3584555.

HSL color Cylindrical-coordinate representation of color #2BB236: hue angle of 124.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB236 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 54 -
CMYK 0.76 0 0.70 0.30
HSL 124.89º 0.61% 0.43% -
HSV(B) 124.89º 0.76% 0.7% -
XYZ 17.58 32.62 8.86 -
YUV 123.5 88.77 70.58 -
System Red Green Blue C M Y K H S L
Decimal 43 178 54 0.76 0 0.70 0.30 124.89 0.61 0.43
Hex 2B B2 36 4C 0 46 1E 7D 3D 2B
Octal 53 262 66 114 0 106 36 175 75 53
Binary 101011 10110010 110110 1001100 0 1000110 11110 1111101 111101 101011

Color Harmonies of #2BB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB236

Black with #2BB236

Text Example


Text Example

White with #2BB236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,178,54); }

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

background-color css

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

 a { background-color: rgb(43,178,54); }

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

border-color css

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

 span { border-color: rgb(43,178,54); }

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