Html Css Color HEX #2CC240 Lime Green

📋 copy color: '#2CC240'

red 44 ◦ green 194 ◦ blue 64

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

Shades of Lime Green #2CC240

Tints of Lime Green #2CC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.24%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 14.57%
G = 64.24%
B = 21.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#2CC240 (or 0x2CC240) is known color: Lime Green. HEX triplet: 2C, C2 and 40. RGB value is (44,194,64). Sum of RGB (Red+Green+Blue) = 44+194+64=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC240 is #D33DBF. Grayscale: #868686. Windows color (decimal): -13843904 or 4244012. OLE color: 4244012.

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

Color convert

RGB 44 194 64 -
CMYK 0.77 0 0.67 0.24
HSL 128º 0.63% 0.47% -
HSV(B) 128º 0.77% 0.76% -
XYZ 21.26 39.49 11.35 -
YUV 134.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 44 194 64 0.77 0 0.67 0.24 128 0.63 0.47
Hex 2C C2 40 4D 0 43 18 80 3F 2F
Octal 54 302 100 115 0 103 30 200 77 57
Binary 101100 11000010 1000000 1001101 0 1000011 11000 10000000 111111 101111

Color Harmonies of #2CC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC240

Black with #2CC240

Text Example


Text Example

White with #2CC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,64); }

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

background-color css

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

 a { background-color: rgb(44,194,64); }

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

border-color css

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

 span { border-color: rgb(44,194,64); }

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