Html Css Color HEX #2BB625 Lime Green

📋 copy color: '#2BB625'

red 43 ◦ green 182 ◦ blue 37

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

Shades of Lime Green #2BB625

Tints of Lime Green #2BB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.47%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 16.41%
G = 69.47%
B = 14.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#2BB625 (or 0x2BB625) is known color: Lime Green. HEX triplet: 2B, B6 and 25. RGB value is (43,182,37). Sum of RGB (Red+Green+Blue) = 43+182+37=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 182 (71.48% from 255 or 69.47% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB625 is #D449DA. Grayscale: #7C7C7C. Windows color (decimal): -13912539 or 2471467. OLE color: 2471467.

HSL color Cylindrical-coordinate representation of color #2BB625: hue angle of 117.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB625 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 37 -
CMYK 0.76 0 0.80 0.29
HSL 117.52º 0.66% 0.43% -
HSV(B) 117.52º 0.8% 0.71% -
XYZ 18.06 34.1 7.38 -
YUV 123.91 78.95 70.29 -
System Red Green Blue C M Y K H S L
Decimal 43 182 37 0.76 0 0.80 0.29 117.52 0.66 0.43
Hex 2B B6 25 4C 0 50 1D 76 42 2B
Octal 53 266 45 114 0 120 35 166 102 53
Binary 101011 10110110 100101 1001100 0 1010000 11101 1110110 1000010 101011

Color Harmonies of #2BB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB625

Black with #2BB625

Text Example


Text Example

White with #2BB625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,37); }

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

background-color css

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

 a { background-color: rgb(43,182,37); }

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

border-color css

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

 span { border-color: rgb(43,182,37); }

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