Html Css Color HEX #2DC534 Lime Green

📋 copy color: '#2DC534'

red 45 ◦ green 197 ◦ blue 52

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

Shades of Lime Green #2DC534

Tints of Lime Green #2DC534

RGB

 RED value IS 45 (17.97% from 255) = 15.31%

 GREEN value IS 197 (77.34% from 255) = 67.01%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 15.31%
G = 67.01%
B = 17.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#2DC534 (or 0x2DC534) is known color: Lime Green. HEX triplet: 2D, C5 and 34. RGB value is (45,197,52). Sum of RGB (Red+Green+Blue) = 45+197+52=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC534 is #D23ACB. Grayscale: #878787. Windows color (decimal): -13777612 or 3458349. OLE color: 3458349.

HSL color Cylindrical-coordinate representation of color #2DC534: hue angle of 122.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC534 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 52 -
CMYK 0.77 0 0.74 0.23
HSL 122.76º 0.63% 0.47% -
HSV(B) 122.76º 0.77% 0.77% -
XYZ 21.67 40.74 9.97 -
YUV 135.02 81.14 63.79 -
System Red Green Blue C M Y K H S L
Decimal 45 197 52 0.77 0 0.74 0.23 122.76 0.63 0.47
Hex 2D C5 34 4D 0 4A 17 7B 3F 2F
Octal 55 305 64 115 0 112 27 173 77 57
Binary 101101 11000101 110100 1001101 0 1001010 10111 1111011 111111 101111

Color Harmonies of #2DC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC534

Black with #2DC534

Text Example


Text Example

White with #2DC534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,197,52); }

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

background-color css

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

 a { background-color: rgb(45,197,52); }

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

border-color css

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

 span { border-color: rgb(45,197,52); }

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