Html Css Color HEX #2CE526 Lime Green

📋 copy color: '#2CE526'

red 44 ◦ green 229 ◦ blue 38

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

Shades of Lime Green #2CE526

Tints of Lime Green #2CE526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 14.15%
G = 73.63%
B = 12.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2CE526 (or 0x2CE526) is known color: Lime Green. HEX triplet: 2C, E5 and 26. RGB value is (44,229,38). Sum of RGB (Red+Green+Blue) = 44+229+38=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE526 is #D31AD9. Grayscale: #989898. Windows color (decimal): -13834970 or 2549036. OLE color: 2549036.

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

Color convert

RGB 44 229 38 -
CMYK 0.81 0 0.83 0.10
HSL 118.12º 0.79% 0.52% -
HSV(B) 118.12º 0.83% 0.9% -
XYZ 29.41 56.71 11.23 -
YUV 151.91 63.71 51.03 -
System Red Green Blue C M Y K H S L
Decimal 44 229 38 0.81 0 0.83 0.10 118.12 0.79 0.52
Hex 2C E5 26 51 0 53 A 76 4F 34
Octal 54 345 46 121 0 123 12 166 117 64
Binary 101100 11100101 100110 1010001 0 1010011 1010 1110110 1001111 110100

Color Harmonies of #2CE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE526

Black with #2CE526

Text Example


Text Example

White with #2CE526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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