Html Css Color HEX #2CB526 Lime Green

📋 copy color: '#2CB526'

red 44 ◦ green 181 ◦ blue 38

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

Shades of Lime Green #2CB526

Tints of Lime Green #2CB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.82%

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

R = 16.73%
G = 68.82%
B = 14.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#2CB526 (or 0x2CB526) is known color: Lime Green. HEX triplet: 2C, B5 and 26. RGB value is (44,181,38). Sum of RGB (Red+Green+Blue) = 44+181+38=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB526 is #D34AD9. Grayscale: #7C7C7C. Windows color (decimal): -13847258 or 2536748. OLE color: 2536748.

HSL color Cylindrical-coordinate representation of color #2CB526: hue angle of 117.48º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB526 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 38 -
CMYK 0.76 0 0.79 0.29
HSL 117.48º 0.65% 0.43% -
HSV(B) 117.48º 0.79% 0.71% -
XYZ 17.91 33.72 7.4 -
YUV 123.74 79.61 71.13 -
System Red Green Blue C M Y K H S L
Decimal 44 181 38 0.76 0 0.79 0.29 117.48 0.65 0.43
Hex 2C B5 26 4C 0 4F 1D 75 41 2B
Octal 54 265 46 114 0 117 35 165 101 53
Binary 101100 10110101 100110 1001100 0 1001111 11101 1110101 1000001 101011

Color Harmonies of #2CB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB526

Black with #2CB526

Text Example


Text Example

White with #2CB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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