Html Css Color HEX #2BBC44 Lime Green

📋 copy color: '#2BBC44'

red 43 ◦ green 188 ◦ blue 68

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

Shades of Lime Green #2BBC44

Tints of Lime Green #2BBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.88%

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

R = 14.38%
G = 62.88%
B = 22.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#2BBC44 (or 0x2BBC44) is known color: Lime Green. HEX triplet: 2B, BC and 44. RGB value is (43,188,68). Sum of RGB (Red+Green+Blue) = 43+188+68=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC44 is #D443BB. Grayscale: #838383. Windows color (decimal): -13910972 or 4504619. OLE color: 4504619.

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

Color convert

RGB 43 188 68 -
CMYK 0.77 0 0.64 0.26
HSL 130.34º 0.63% 0.45% -
HSV(B) 130.34º 0.77% 0.74% -
XYZ 20.02 36.9 11.54 -
YUV 130.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 43 188 68 0.77 0 0.64 0.26 130.34 0.63 0.45
Hex 2B BC 44 4D 0 40 1A 82 3F 2D
Octal 53 274 104 115 0 100 32 202 77 55
Binary 101011 10111100 1000100 1001101 0 1000000 11010 10000010 111111 101101

Color Harmonies of #2BBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC44

Black with #2BBC44

Text Example


Text Example

White with #2BBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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