Html Css Color HEX #2BBC3F Lime Green

📋 copy color: '#2BBC3F'

red 43 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #2BBC3F

Tints of Lime Green #2BBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 14.63%
G = 63.95%
B = 21.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2BBC3F (or 0x2BBC3F) is known color: Lime Green. HEX triplet: 2B, BC and 3F. RGB value is (43,188,63). Sum of RGB (Red+Green+Blue) = 43+188+63=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC3F is #D443C0. Grayscale: #828282. Windows color (decimal): -13910977 or 4176939. OLE color: 4176939.

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

Color convert

RGB 43 188 63 -
CMYK 0.77 0 0.66 0.26
HSL 128.28º 0.63% 0.45% -
HSV(B) 128.28º 0.77% 0.74% -
XYZ 19.88 36.84 10.77 -
YUV 130.4 89.96 65.66 -
System Red Green Blue C M Y K H S L
Decimal 43 188 63 0.77 0 0.66 0.26 128.28 0.63 0.45
Hex 2B BC 3F 4D 0 42 1A 80 3F 2D
Octal 53 274 77 115 0 102 32 200 77 55
Binary 101011 10111100 111111 1001101 0 1000010 11010 10000000 111111 101101

Color Harmonies of #2BBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC3F

Black with #2BBC3F

Text Example


Text Example

White with #2BBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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