Html Css Color HEX #2CD52F Lime Green

📋 copy color: '#2CD52F'

red 44 ◦ green 213 ◦ blue 47

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

Shades of Lime Green #2CD52F

Tints of Lime Green #2CD52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 14.47%
G = 70.07%
B = 15.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#2CD52F (or 0x2CD52F) is known color: Lime Green. HEX triplet: 2C, D5 and 2F. RGB value is (44,213,47). Sum of RGB (Red+Green+Blue) = 44+213+47=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD52F is #D32AD0. Grayscale: #909090. Windows color (decimal): -13839057 or 3134764. OLE color: 3134764.

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

Color convert

RGB 44 213 47 -
CMYK 0.79 0 0.78 0.16
HSL 121.07º 0.67% 0.5% -
HSV(B) 121.07º 0.79% 0.84% -
XYZ 25.35 48.33 10.68 -
YUV 143.55 73.51 57 -
System Red Green Blue C M Y K H S L
Decimal 44 213 47 0.79 0 0.78 0.16 121.07 0.67 0.5
Hex 2C D5 2F 4F 0 4E 10 79 43 32
Octal 54 325 57 117 0 116 20 171 103 62
Binary 101100 11010101 101111 1001111 0 1001110 10000 1111001 1000011 110010

Color Harmonies of #2CD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD52F

Black with #2CD52F

Text Example


Text Example

White with #2CD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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