Html Css Color HEX #2CE030 Lime Green

📋 copy color: '#2CE030'

red 44 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #2CE030

Tints of Lime Green #2CE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 70.89%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 13.92%
G = 70.89%
B = 15.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#2CE030 (or 0x2CE030) is known color: Lime Green. HEX triplet: 2C, E0 and 30. RGB value is (44,224,48). Sum of RGB (Red+Green+Blue) = 44+224+48=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 224 (87.89% from 255 or 70.89% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE030 is #D31FCF. Grayscale: #969696. Windows color (decimal): -13836240 or 3203116. OLE color: 3203116.

HSL color Cylindrical-coordinate representation of color #2CE030: hue angle of 121.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE030 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 48 -
CMYK 0.80 0 0.79 0.12
HSL 121.33º 0.74% 0.53% -
HSV(B) 121.33º 0.8% 0.88% -
XYZ 28.23 54.06 11.74 -
YUV 150.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 44 224 48 0.80 0 0.79 0.12 121.33 0.74 0.53
Hex 2C E0 30 50 0 4F C 79 4A 35
Octal 54 340 60 120 0 117 14 171 112 65
Binary 101100 11100000 110000 1010000 0 1001111 1100 1111001 1001010 110101

Color Harmonies of #2CE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE030

Black with #2CE030

Text Example


Text Example

White with #2CE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,48); }

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

background-color css

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

 a { background-color: rgb(44,224,48); }

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

border-color css

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

 span { border-color: rgb(44,224,48); }

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