Html Css Color HEX #2CED46 Lime Green

📋 copy color: '#2CED46'

red 44 ◦ green 237 ◦ blue 70

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

Shades of Lime Green #2CED46

Tints of Lime Green #2CED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.52%

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

R = 12.54%
G = 67.52%
B = 19.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#2CED46 (or 0x2CED46) is known color: Lime Green. HEX triplet: 2C, ED and 46. RGB value is (44,237,70). Sum of RGB (Red+Green+Blue) = 44+237+70=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 237 (92.97% from 255 or 67.52% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CED46 is #D312B9. Grayscale: #A0A0A0. Windows color (decimal): -13832890 or 4648236. OLE color: 4648236.

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

Color convert

RGB 44 237 70 -
CMYK 0.81 0 0.70 0.07
HSL 128.08º 0.84% 0.55% -
HSV(B) 128.08º 0.81% 0.93% -
XYZ 32.43 61.55 15.96 -
YUV 160.26 77.06 45.08 -
System Red Green Blue C M Y K H S L
Decimal 44 237 70 0.81 0 0.70 0.07 128.08 0.84 0.55
Hex 2C ED 46 51 0 46 7 80 54 37
Octal 54 355 106 121 0 106 7 200 124 67
Binary 101100 11101101 1000110 1010001 0 1000110 111 10000000 1010100 110111

Color Harmonies of #2CED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CED46

Black with #2CED46

Text Example


Text Example

White with #2CED46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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