Html Css Color HEX #2BBC25 Lime Green

📋 copy color: '#2BBC25'

red 43 ◦ green 188 ◦ blue 37

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

Shades of Lime Green #2BBC25

Tints of Lime Green #2BBC25

RGB

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

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

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

R = 16.04%
G = 70.15%
B = 13.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#2BBC25 (or 0x2BBC25) is known color: Lime Green. HEX triplet: 2B, BC and 25. RGB value is (43,188,37). Sum of RGB (Red+Green+Blue) = 43+188+37=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC25 is #D443DA. Grayscale: #7F7F7F. Windows color (decimal): -13911003 or 2473003. OLE color: 2473003.

HSL color Cylindrical-coordinate representation of color #2BBC25: hue angle of 117.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBC25 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 37 -
CMYK 0.77 0 0.80 0.26
HSL 117.62º 0.67% 0.44% -
HSV(B) 117.62º 0.8% 0.74% -
XYZ 19.31 36.61 7.8 -
YUV 127.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 43 188 37 0.77 0 0.80 0.26 117.62 0.67 0.44
Hex 2B BC 25 4D 0 50 1A 76 43 2C
Octal 53 274 45 115 0 120 32 166 103 54
Binary 101011 10111100 100101 1001101 0 1010000 11010 1110110 1000011 101100

Color Harmonies of #2BBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC25

Black with #2BBC25

Text Example


Text Example

White with #2BBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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