Html Css Color HEX #2CD53C Lime Green

📋 copy color: '#2CD53C'

red 44 ◦ green 213 ◦ blue 60

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

Shades of Lime Green #2CD53C

Tints of Lime Green #2CD53C

RGB

 RED value IS 44 (17.58% from 255) = 13.88%

 GREEN value IS 213 (83.59% from 255) = 67.19%

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

R = 13.88%
G = 67.19%
B = 18.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#2CD53C (or 0x2CD53C) is known color: Lime Green. HEX triplet: 2C, D5 and 3C. RGB value is (44,213,60). Sum of RGB (Red+Green+Blue) = 44+213+60=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD53C is #D32AC3. Grayscale: #919191. Windows color (decimal): -13839044 or 3986732. OLE color: 3986732.

HSL color Cylindrical-coordinate representation of color #2CD53C: hue angle of 125.68º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD53C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 60 -
CMYK 0.79 0 0.72 0.16
HSL 125.68º 0.67% 0.5% -
HSV(B) 125.68º 0.79% 0.84% -
XYZ 25.65 48.45 12.27 -
YUV 145.03 80.01 55.94 -
System Red Green Blue C M Y K H S L
Decimal 44 213 60 0.79 0 0.72 0.16 125.68 0.67 0.5
Hex 2C D5 3C 4F 0 48 10 7E 43 32
Octal 54 325 74 117 0 110 20 176 103 62
Binary 101100 11010101 111100 1001111 0 1001000 10000 1111110 1000011 110010

Color Harmonies of #2CD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD53C

Black with #2CD53C

Text Example


Text Example

White with #2CD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,213,60); }

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

background-color css

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

 a { background-color: rgb(44,213,60); }

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

border-color css

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

 span { border-color: rgb(44,213,60); }

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