Html Css Color HEX #2BE53C Lime Green

📋 copy color: '#2BE53C'

red 43 ◦ green 229 ◦ blue 60

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

Shades of Lime Green #2BE53C

Tints of Lime Green #2BE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.98%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 12.95%
G = 68.98%
B = 18.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#2BE53C (or 0x2BE53C) is known color: Lime Green. HEX triplet: 2B, E5 and 3C. RGB value is (43,229,60). Sum of RGB (Red+Green+Blue) = 43+229+60=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 229 (89.84% from 255 or 68.98% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE53C is #D41AC3. Grayscale: #9A9A9A. Windows color (decimal): -13900484 or 3990827. OLE color: 3990827.

HSL color Cylindrical-coordinate representation of color #2BE53C: hue angle of 125.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE53C is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 60 -
CMYK 0.81 0 0.74 0.10
HSL 125.48º 0.78% 0.53% -
HSV(B) 125.48º 0.81% 0.9% -
XYZ 29.83 56.88 13.68 -
YUV 154.12 74.88 48.74 -
System Red Green Blue C M Y K H S L
Decimal 43 229 60 0.81 0 0.74 0.10 125.48 0.78 0.53
Hex 2B E5 3C 51 0 4A A 7D 4E 35
Octal 53 345 74 121 0 112 12 175 116 65
Binary 101011 11100101 111100 1010001 0 1001010 1010 1111101 1001110 110101

Color Harmonies of #2BE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE53C

Black with #2BE53C

Text Example


Text Example

White with #2BE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,229,60); }

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

background-color css

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

 a { background-color: rgb(43,229,60); }

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

border-color css

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

 span { border-color: rgb(43,229,60); }

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