Html Css Color HEX #2CB231 Lime Green

📋 copy color: '#2CB231'

red 44 ◦ green 178 ◦ blue 49

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

Shades of Lime Green #2CB231

Tints of Lime Green #2CB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 16.24%
G = 65.68%
B = 18.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#2CB231 (or 0x2CB231) is known color: Lime Green. HEX triplet: 2C, B2 and 31. RGB value is (44,178,49). Sum of RGB (Red+Green+Blue) = 44+178+49=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB231 is #D34DCE. Grayscale: #7B7B7B. Windows color (decimal): -13848015 or 3256876. OLE color: 3256876.

HSL color Cylindrical-coordinate representation of color #2CB231: hue angle of 122.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB231 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 49 -
CMYK 0.75 0 0.72 0.30
HSL 122.24º 0.6% 0.44% -
HSV(B) 122.24º 0.75% 0.7% -
XYZ 17.51 32.6 8.27 -
YUV 123.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 44 178 49 0.75 0 0.72 0.30 122.24 0.6 0.44
Hex 2C B2 31 4B 0 48 1E 7A 3C 2C
Octal 54 262 61 113 0 110 36 172 74 54
Binary 101100 10110010 110001 1001011 0 1001000 11110 1111010 111100 101100

Color Harmonies of #2CB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB231

Black with #2CB231

Text Example


Text Example

White with #2CB231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,49); }

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

background-color css

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

 a { background-color: rgb(44,178,49); }

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

border-color css

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

 span { border-color: rgb(44,178,49); }

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