Html Css Color HEX #2CC34E Lime Green

📋 copy color: '#2CC34E'

red 44 ◦ green 195 ◦ blue 78

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

Shades of Lime Green #2CC34E

Tints of Lime Green #2CC34E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.51%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 13.88%
G = 61.51%
B = 24.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#2CC34E (or 0x2CC34E) is known color: Lime Green. HEX triplet: 2C, C3 and 4E. RGB value is (44,195,78). Sum of RGB (Red+Green+Blue) = 44+195+78=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC34E is #D33CB1. Grayscale: #888888. Windows color (decimal): -13843634 or 5161772. OLE color: 5161772.

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

Color convert

RGB 44 195 78 -
CMYK 0.77 0 0.6 0.24
HSL 133.51º 0.63% 0.47% -
HSV(B) 133.51º 0.77% 0.76% -
XYZ 21.93 40.12 13.8 -
YUV 136.51 94.97 62.01 -
System Red Green Blue C M Y K H S L
Decimal 44 195 78 0.77 0 0.6 0.24 133.51 0.63 0.47
Hex 2C C3 4E 4D 0 3C 18 86 3F 2F
Octal 54 303 116 115 0 74 30 206 77 57
Binary 101100 11000011 1001110 1001101 0 111100 11000 10000110 111111 101111

Color Harmonies of #2CC34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC34E

Black with #2CC34E

Text Example


Text Example

White with #2CC34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,195,78); }

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

background-color css

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

 a { background-color: rgb(44,195,78); }

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

border-color css

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

 span { border-color: rgb(44,195,78); }

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