Html Css Color HEX #2BBC4C Lime Green

📋 copy color: '#2BBC4C'

red 43 ◦ green 188 ◦ blue 76

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

Shades of Lime Green #2BBC4C

Tints of Lime Green #2BBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 14.01%
G = 61.24%
B = 24.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#2BBC4C (or 0x2BBC4C) is known color: Lime Green. HEX triplet: 2B, BC and 4C. RGB value is (43,188,76). Sum of RGB (Red+Green+Blue) = 43+188+76=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC4C is #D443B3. Grayscale: #848484. Windows color (decimal): -13910964 or 5028907. OLE color: 5028907.

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

Color convert

RGB 43 188 76 -
CMYK 0.77 0 0.60 0.26
HSL 133.66º 0.63% 0.45% -
HSV(B) 133.66º 0.77% 0.74% -
XYZ 20.28 37 12.91 -
YUV 131.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 43 188 76 0.77 0 0.60 0.26 133.66 0.63 0.45
Hex 2B BC 4C 4D 0 3C 1A 86 3F 2D
Octal 53 274 114 115 0 74 32 206 77 55
Binary 101011 10111100 1001100 1001101 0 111100 11010 10000110 111111 101101

Color Harmonies of #2BBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC4C

Black with #2BBC4C

Text Example


Text Example

White with #2BBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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