Html Css Color HEX #2CD93C Lime Green

📋 copy color: '#2CD93C'

red 44 ◦ green 217 ◦ blue 60

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

Shades of Lime Green #2CD93C

Tints of Lime Green #2CD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.6%

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

R = 13.71%
G = 67.6%
B = 18.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#2CD93C (or 0x2CD93C) is known color: Lime Green. HEX triplet: 2C, D9 and 3C. RGB value is (44,217,60). Sum of RGB (Red+Green+Blue) = 44+217+60=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD93C is #D326C3. Grayscale: #939393. Windows color (decimal): -13838020 or 3987756. OLE color: 3987756.

HSL color Cylindrical-coordinate representation of color #2CD93C: hue angle of 125.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD93C is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 60 -
CMYK 0.80 0 0.72 0.15
HSL 125.55º 0.69% 0.51% -
HSV(B) 125.55º 0.8% 0.85% -
XYZ 26.67 50.49 12.61 -
YUV 147.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 44 217 60 0.80 0 0.72 0.15 125.55 0.69 0.51
Hex 2C D9 3C 50 0 48 F 7E 45 33
Octal 54 331 74 120 0 110 17 176 105 63
Binary 101100 11011001 111100 1010000 0 1001000 1111 1111110 1000101 110011

Color Harmonies of #2CD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD93C

Black with #2CD93C

Text Example


Text Example

White with #2CD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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