Html Css Color HEX #2BCC31 Lime Green

📋 copy color: '#2BCC31'

red 43 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #2BCC31

Tints of Lime Green #2BCC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 14.53%
G = 68.92%
B = 16.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#2BCC31 (or 0x2BCC31) is known color: Lime Green. HEX triplet: 2B, CC and 31. RGB value is (43,204,49). Sum of RGB (Red+Green+Blue) = 43+204+49=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCC31 is #D433CE. Grayscale: #8A8A8A. Windows color (decimal): -13906895 or 3263531. OLE color: 3263531.

HSL color Cylindrical-coordinate representation of color #2BCC31: hue angle of 122.24º 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 #2BCC31 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 204 49 -
CMYK 0.79 0 0.76 0.2
HSL 122.24º 0.65% 0.48% -
HSV(B) 122.24º 0.79% 0.8% -
XYZ 23.14 43.92 10.16 -
YUV 138.19 77.66 60.1 -
System Red Green Blue C M Y K H S L
Decimal 43 204 49 0.79 0 0.76 0.2 122.24 0.65 0.48
Hex 2B CC 31 4F 0 4C 14 7A 41 30
Octal 53 314 61 117 0 114 24 172 101 60
Binary 101011 11001100 110001 1001111 0 1001100 10100 1111010 1000001 110000

Color Harmonies of #2BCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCC31

Black with #2BCC31

Text Example


Text Example

White with #2BCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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