Html Css Color HEX #2BB233 Lime Green

📋 copy color: '#2BB233'

red 43 ◦ green 178 ◦ blue 51

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

Shades of Lime Green #2BB233

Tints of Lime Green #2BB233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 15.81%
G = 65.44%
B = 18.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#2BB233 (or 0x2BB233) is known color: Lime Green. HEX triplet: 2B, B2 and 33. RGB value is (43,178,51). Sum of RGB (Red+Green+Blue) = 43+178+51=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB233 is #D44DCC. Grayscale: #7B7B7B. Windows color (decimal): -13913549 or 3387947. OLE color: 3387947.

HSL color Cylindrical-coordinate representation of color #2BB233: hue angle of 123.56º 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 #2BB233 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 51 -
CMYK 0.76 0 0.71 0.30
HSL 123.56º 0.61% 0.43% -
HSV(B) 123.56º 0.76% 0.7% -
XYZ 17.51 32.59 8.5 -
YUV 123.16 87.27 70.83 -
System Red Green Blue C M Y K H S L
Decimal 43 178 51 0.76 0 0.71 0.30 123.56 0.61 0.43
Hex 2B B2 33 4C 0 47 1E 7C 3D 2B
Octal 53 262 63 114 0 107 36 174 75 53
Binary 101011 10110010 110011 1001100 0 1000111 11110 1111100 111101 101011

Color Harmonies of #2BB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB233

Black with #2BB233

Text Example


Text Example

White with #2BB233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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