Html Css Color HEX #2CC534 Lime Green

📋 copy color: '#2CC534'

red 44 ◦ green 197 ◦ blue 52

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

Shades of Lime Green #2CC534

Tints of Lime Green #2CC534

RGB

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

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

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

R = 15.02%
G = 67.24%
B = 17.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#2CC534 (or 0x2CC534) is known color: Lime Green. HEX triplet: 2C, C5 and 34. RGB value is (44,197,52). Sum of RGB (Red+Green+Blue) = 44+197+52=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC534 is #D33ACB. Grayscale: #878787. Windows color (decimal): -13843148 or 3458348. OLE color: 3458348.

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

Color convert

RGB 44 197 52 -
CMYK 0.78 0 0.74 0.23
HSL 123.14º 0.63% 0.47% -
HSV(B) 123.14º 0.78% 0.77% -
XYZ 21.62 40.72 9.97 -
YUV 134.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 44 197 52 0.78 0 0.74 0.23 123.14 0.63 0.47
Hex 2C C5 34 4E 0 4A 17 7B 3F 2F
Octal 54 305 64 116 0 112 27 173 77 57
Binary 101100 11000101 110100 1001110 0 1001010 10111 1111011 111111 101111

Color Harmonies of #2CC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC534

Black with #2CC534

Text Example


Text Example

White with #2CC534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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