Html Css Color HEX #2CC242 Lime Green

📋 copy color: '#2CC242'

red 44 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #2CC242

Tints of Lime Green #2CC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 14.47%
G = 63.82%
B = 21.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#2CC242 (or 0x2CC242) is known color: Lime Green. HEX triplet: 2C, C2 and 42. RGB value is (44,194,66). Sum of RGB (Red+Green+Blue) = 44+194+66=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC242 is #D33DBD. Grayscale: #868686. Windows color (decimal): -13843902 or 4375084. OLE color: 4375084.

HSL color Cylindrical-coordinate representation of color #2CC242: hue angle of 128.8º 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 #2CC242 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 66 -
CMYK 0.77 0 0.66 0.24
HSL 128.8º 0.63% 0.47% -
HSV(B) 128.8º 0.77% 0.76% -
XYZ 21.31 39.51 11.66 -
YUV 134.56 89.31 63.41 -
System Red Green Blue C M Y K H S L
Decimal 44 194 66 0.77 0 0.66 0.24 128.8 0.63 0.47
Hex 2C C2 42 4D 0 42 18 81 3F 2F
Octal 54 302 102 115 0 102 30 201 77 57
Binary 101100 11000010 1000010 1001101 0 1000010 11000 10000001 111111 101111

Color Harmonies of #2CC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC242

Black with #2CC242

Text Example


Text Example

White with #2CC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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