Html Css Color HEX #2BCC4D Lime Green

📋 copy color: '#2BCC4D'

red 43 ◦ green 204 ◦ blue 77

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

Shades of Lime Green #2BCC4D

Tints of Lime Green #2BCC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.96%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 13.27%
G = 62.96%
B = 23.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#2BCC4D (or 0x2BCC4D) is known color: Lime Green. HEX triplet: 2B, CC and 4D. RGB value is (43,204,77). Sum of RGB (Red+Green+Blue) = 43+204+77=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCC4D is #D433B2. Grayscale: #8D8D8D. Windows color (decimal): -13906867 or 5098539. OLE color: 5098539.

HSL color Cylindrical-coordinate representation of color #2BCC4D: hue angle of 132.67º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC4D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 204 77 -
CMYK 0.79 0 0.62 0.2
HSL 132.67º 0.65% 0.48% -
HSV(B) 132.67º 0.79% 0.8% -
XYZ 23.93 44.24 14.3 -
YUV 141.38 91.66 57.83 -
System Red Green Blue C M Y K H S L
Decimal 43 204 77 0.79 0 0.62 0.2 132.67 0.65 0.48
Hex 2B CC 4D 4F 0 3E 14 85 41 30
Octal 53 314 115 117 0 76 24 205 101 60
Binary 101011 11001100 1001101 1001111 0 111110 10100 10000101 1000001 110000

Color Harmonies of #2BCC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCC4D

Black with #2BCC4D

Text Example


Text Example

White with #2BCC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,77); }

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

background-color css

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

 a { background-color: rgb(43,204,77); }

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

border-color css

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

 span { border-color: rgb(43,204,77); }

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