Html Css Color HEX #2BBC38 Lime Green

📋 copy color: '#2BBC38'

red 43 ◦ green 188 ◦ blue 56

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

Shades of Lime Green #2BBC38

Tints of Lime Green #2BBC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 14.98%
G = 65.51%
B = 19.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#2BBC38 (or 0x2BBC38) is known color: Lime Green. HEX triplet: 2B, BC and 38. RGB value is (43,188,56). Sum of RGB (Red+Green+Blue) = 43+188+56=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC38 is #D443C7. Grayscale: #818181. Windows color (decimal): -13910984 or 3718187. OLE color: 3718187.

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

Color convert

RGB 43 188 56 -
CMYK 0.77 0 0.70 0.26
HSL 125.38º 0.63% 0.45% -
HSV(B) 125.38º 0.77% 0.74% -
XYZ 19.69 36.77 9.8 -
YUV 129.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 43 188 56 0.77 0 0.70 0.26 125.38 0.63 0.45
Hex 2B BC 38 4D 0 46 1A 7D 3F 2D
Octal 53 274 70 115 0 106 32 175 77 55
Binary 101011 10111100 111000 1001101 0 1000110 11010 1111101 111111 101101

Color Harmonies of #2BBC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC38

Black with #2BBC38

Text Example


Text Example

White with #2BBC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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