Html Css Color HEX #2CE645 Lime Green

📋 copy color: '#2CE645'

red 44 ◦ green 230 ◦ blue 69

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

Shades of Lime Green #2CE645

Tints of Lime Green #2CE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 67.06%

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

R = 12.83%
G = 67.06%
B = 20.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#2CE645 (or 0x2CE645) is known color: Lime Green. HEX triplet: 2C, E6 and 45. RGB value is (44,230,69). Sum of RGB (Red+Green+Blue) = 44+230+69=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 230 (90.23% from 255 or 67.06% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE645 is #D319BA. Grayscale: #9C9C9C. Windows color (decimal): -13834683 or 4580908. OLE color: 4580908.

HSL color Cylindrical-coordinate representation of color #2CE645: hue angle of 128.06º degrees, saturation: 0.79, 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 #2CE645 is Cyan = 0.81, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 230 69 -
CMYK 0.81 0 0.7 0.10
HSL 128.06º 0.79% 0.54% -
HSV(B) 128.06º 0.81% 0.9% -
XYZ 30.41 57.56 15.14 -
YUV 156.03 78.88 48.09 -
System Red Green Blue C M Y K H S L
Decimal 44 230 69 0.81 0 0.7 0.10 128.06 0.79 0.54
Hex 2C E6 45 51 0 46 A 80 4F 36
Octal 54 346 105 121 0 106 12 200 117 66
Binary 101100 11100110 1000101 1010001 0 1000110 1010 10000000 1001111 110110

Color Harmonies of #2CE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE645

Black with #2CE645

Text Example


Text Example

White with #2CE645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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