Html Css Color HEX #2CC528 Lime Green

📋 copy color: '#2CC528'

red 44 ◦ green 197 ◦ blue 40

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

Shades of Lime Green #2CC528

Tints of Lime Green #2CC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 15.66%
G = 70.11%
B = 14.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#2CC528 (or 0x2CC528) is known color: Lime Green. HEX triplet: 2C, C5 and 28. RGB value is (44,197,40). Sum of RGB (Red+Green+Blue) = 44+197+40=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC528 is #D33AD7. Grayscale: #858585. Windows color (decimal): -13843160 or 2671916. OLE color: 2671916.

HSL color Cylindrical-coordinate representation of color #2CC528: hue angle of 118.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC528 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 197 40 -
CMYK 0.78 0 0.80 0.23
HSL 118.47º 0.66% 0.46% -
HSV(B) 118.47º 0.8% 0.77% -
XYZ 21.39 40.62 8.72 -
YUV 133.36 75.31 64.27 -
System Red Green Blue C M Y K H S L
Decimal 44 197 40 0.78 0 0.80 0.23 118.47 0.66 0.46
Hex 2C C5 28 4E 0 50 17 76 42 2E
Octal 54 305 50 116 0 120 27 166 102 56
Binary 101100 11000101 101000 1001110 0 1010000 10111 1110110 1000010 101110

Color Harmonies of #2CC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC528

Black with #2CC528

Text Example


Text Example

White with #2CC528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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