Html Css Color HEX #2CE642 Lime Green

📋 copy color: '#2CE642'

red 44 ◦ green 230 ◦ blue 66

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

Shades of Lime Green #2CE642

Tints of Lime Green #2CE642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 12.94%
G = 67.65%
B = 19.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#2CE642 (or 0x2CE642) is known color: Lime Green. HEX triplet: 2C, E6 and 42. RGB value is (44,230,66). Sum of RGB (Red+Green+Blue) = 44+230+66=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 230 (90.23% from 255 or 67.65% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE642 is #D319BD. Grayscale: #9C9C9C. Windows color (decimal): -13834686 or 4384300. OLE color: 4384300.

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

Color convert

RGB 44 230 66 -
CMYK 0.81 0 0.71 0.10
HSL 127.1º 0.79% 0.54% -
HSV(B) 127.1º 0.81% 0.9% -
XYZ 30.32 57.52 14.66 -
YUV 155.69 77.38 48.34 -
System Red Green Blue C M Y K H S L
Decimal 44 230 66 0.81 0 0.71 0.10 127.1 0.79 0.54
Hex 2C E6 42 51 0 47 A 7F 4F 36
Octal 54 346 102 121 0 107 12 177 117 66
Binary 101100 11100110 1000010 1010001 0 1000111 1010 1111111 1001111 110110

Color Harmonies of #2CE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE642

Black with #2CE642

Text Example


Text Example

White with #2CE642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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