Html Css Color HEX #2BB834 Lime Green

📋 copy color: '#2BB834'

red 43 ◦ green 184 ◦ blue 52

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

Shades of Lime Green #2BB834

Tints of Lime Green #2BB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.95%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 15.41%
G = 65.95%
B = 18.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#2BB834 (or 0x2BB834) is known color: Lime Green. HEX triplet: 2B, B8 and 34. RGB value is (43,184,52). Sum of RGB (Red+Green+Blue) = 43+184+52=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB834 is #D447CB. Grayscale: #7F7F7F. Windows color (decimal): -13912012 or 3455019. OLE color: 3455019.

HSL color Cylindrical-coordinate representation of color #2BB834: hue angle of 123.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB834 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 52 -
CMYK 0.77 0 0.72 0.28
HSL 123.83º 0.62% 0.45% -
HSV(B) 123.83º 0.77% 0.72% -
XYZ 18.76 35.04 9.02 -
YUV 126.79 85.79 68.23 -
System Red Green Blue C M Y K H S L
Decimal 43 184 52 0.77 0 0.72 0.28 123.83 0.62 0.45
Hex 2B B8 34 4D 0 48 1C 7C 3E 2D
Octal 53 270 64 115 0 110 34 174 76 55
Binary 101011 10111000 110100 1001101 0 1001000 11100 1111100 111110 101101

Color Harmonies of #2BB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB834

Black with #2BB834

Text Example


Text Example

White with #2BB834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,52); }

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

background-color css

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

 a { background-color: rgb(43,184,52); }

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

border-color css

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

 span { border-color: rgb(43,184,52); }

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