Html Css Color HEX #2CEA46 Lime Green

📋 copy color: '#2CEA46'

red 44 ◦ green 234 ◦ blue 70

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

Shades of Lime Green #2CEA46

Tints of Lime Green #2CEA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.24%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 12.64%
G = 67.24%
B = 20.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#2CEA46 (or 0x2CEA46) is known color: Lime Green. HEX triplet: 2C, EA and 46. RGB value is (44,234,70). Sum of RGB (Red+Green+Blue) = 44+234+70=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA46 is #D315B9. Grayscale: #9E9E9E. Windows color (decimal): -13833658 or 4647468. OLE color: 4647468.

HSL color Cylindrical-coordinate representation of color #2CEA46: hue angle of 128.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA46 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 234 70 -
CMYK 0.81 0 0.70 0.08
HSL 128.21º 0.82% 0.55% -
HSV(B) 128.21º 0.81% 0.92% -
XYZ 31.57 59.82 15.68 -
YUV 158.49 78.05 46.34 -
System Red Green Blue C M Y K H S L
Decimal 44 234 70 0.81 0 0.70 0.08 128.21 0.82 0.55
Hex 2C EA 46 51 0 46 8 80 52 37
Octal 54 352 106 121 0 106 10 200 122 67
Binary 101100 11101010 1000110 1010001 0 1000110 1000 10000000 1010010 110111

Color Harmonies of #2CEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEA46

Black with #2CEA46

Text Example


Text Example

White with #2CEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,234,70); }

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

background-color css

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

 a { background-color: rgb(44,234,70); }

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

border-color css

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

 span { border-color: rgb(44,234,70); }

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