Html Css Color HEX #2CB838 Lime Green

📋 copy color: '#2CB838'

red 44 ◦ green 184 ◦ blue 56

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

Shades of Lime Green #2CB838

Tints of Lime Green #2CB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 64.79%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 15.49%
G = 64.79%
B = 19.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#2CB838 (or 0x2CB838) is known color: Lime Green. HEX triplet: 2C, B8 and 38. RGB value is (44,184,56). Sum of RGB (Red+Green+Blue) = 44+184+56=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB838 is #D347C7. Grayscale: #7F7F7F. Windows color (decimal): -13846472 or 3717164. OLE color: 3717164.

HSL color Cylindrical-coordinate representation of color #2CB838: hue angle of 125.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB838 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 184 56 -
CMYK 0.76 0 0.70 0.28
HSL 125.14º 0.61% 0.45% -
HSV(B) 125.14º 0.76% 0.72% -
XYZ 18.89 35.1 9.52 -
YUV 127.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 44 184 56 0.76 0 0.70 0.28 125.14 0.61 0.45
Hex 2C B8 38 4C 0 46 1C 7D 3D 2D
Octal 54 270 70 114 0 106 34 175 75 55
Binary 101100 10111000 111000 1001100 0 1000110 11100 1111101 111101 101101

Color Harmonies of #2CB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB838

Black with #2CB838

Text Example


Text Example

White with #2CB838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,184,56); }

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

background-color css

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

 a { background-color: rgb(44,184,56); }

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

border-color css

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

 span { border-color: rgb(44,184,56); }

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