Html Css Color HEX #2CD54A Lime Green

📋 copy color: '#2CD54A'

red 44 ◦ green 213 ◦ blue 74

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

Shades of Lime Green #2CD54A

Tints of Lime Green #2CD54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 13.29%
G = 64.35%
B = 22.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#2CD54A (or 0x2CD54A) is known color: Lime Green. HEX triplet: 2C, D5 and 4A. RGB value is (44,213,74). Sum of RGB (Red+Green+Blue) = 44+213+74=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD54A is #D32AB5. Grayscale: #939393. Windows color (decimal): -13839030 or 4904236. OLE color: 4904236.

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

Color convert

RGB 44 213 74 -
CMYK 0.79 0 0.65 0.16
HSL 130.65º 0.67% 0.5% -
HSV(B) 130.65º 0.79% 0.84% -
XYZ 26.07 48.62 14.49 -
YUV 146.62 87.01 54.8 -
System Red Green Blue C M Y K H S L
Decimal 44 213 74 0.79 0 0.65 0.16 130.65 0.67 0.5
Hex 2C D5 4A 4F 0 41 10 83 43 32
Octal 54 325 112 117 0 101 20 203 103 62
Binary 101100 11010101 1001010 1001111 0 1000001 10000 10000011 1000011 110010

Color Harmonies of #2CD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD54A

Black with #2CD54A

Text Example


Text Example

White with #2CD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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