Html Css Color HEX #2CE545 Lime Green

📋 copy color: '#2CE545'

red 44 ◦ green 229 ◦ blue 69

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

Shades of Lime Green #2CE545

Tints of Lime Green #2CE545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.96%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 12.87%
G = 66.96%
B = 20.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#2CE545 (or 0x2CE545) is known color: Lime Green. HEX triplet: 2C, E5 and 45. RGB value is (44,229,69). Sum of RGB (Red+Green+Blue) = 44+229+69=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE545 is #D31ABA. Grayscale: #9B9B9B. Windows color (decimal): -13834939 or 4580652. OLE color: 4580652.

HSL color Cylindrical-coordinate representation of color #2CE545: hue angle of 128.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE545 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 69 -
CMYK 0.81 0 0.70 0.10
HSL 128.11º 0.78% 0.54% -
HSV(B) 128.11º 0.81% 0.9% -
XYZ 30.13 57 15.04 -
YUV 155.45 79.21 48.51 -
System Red Green Blue C M Y K H S L
Decimal 44 229 69 0.81 0 0.70 0.10 128.11 0.78 0.54
Hex 2C E5 45 51 0 46 A 80 4E 36
Octal 54 345 105 121 0 106 12 200 116 66
Binary 101100 11100101 1000101 1010001 0 1000110 1010 10000000 1001110 110110

Color Harmonies of #2CE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE545

Black with #2CE545

Text Example


Text Example

White with #2CE545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,229,69); }

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

background-color css

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

 a { background-color: rgb(44,229,69); }

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

border-color css

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

 span { border-color: rgb(44,229,69); }

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