Html Css Color HEX #2BB444 Lime Green

📋 copy color: '#2BB444'

red 43 ◦ green 180 ◦ blue 68

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

Shades of Lime Green #2BB444

Tints of Lime Green #2BB444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.86%

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 14.78%
G = 61.86%
B = 23.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2BB444 (or 0x2BB444) is known color: Lime Green. HEX triplet: 2B, B4 and 44. RGB value is (43,180,68). Sum of RGB (Red+Green+Blue) = 43+180+68=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB444 is #D44BBB. Grayscale: #7E7E7E. Windows color (decimal): -13913020 or 4502571. OLE color: 4502571.

HSL color Cylindrical-coordinate representation of color #2BB444: hue angle of 130.95º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB444 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 68 -
CMYK 0.76 0 0.62 0.29
HSL 130.95º 0.61% 0.44% -
HSV(B) 130.95º 0.76% 0.71% -
XYZ 18.36 33.57 10.98 -
YUV 126.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 43 180 68 0.76 0 0.62 0.29 130.95 0.61 0.44
Hex 2B B4 44 4C 0 3E 1D 83 3D 2C
Octal 53 264 104 114 0 76 35 203 75 54
Binary 101011 10110100 1000100 1001100 0 111110 11101 10000011 111101 101100

Color Harmonies of #2BB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB444

Black with #2BB444

Text Example


Text Example

White with #2BB444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,68); }

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

background-color css

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

 a { background-color: rgb(43,180,68); }

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

border-color css

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

 span { border-color: rgb(43,180,68); }

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