Html Css Color HEX #2CBD32 Lime Green

📋 copy color: '#2CBD32'

red 44 ◦ green 189 ◦ blue 50

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

Shades of Lime Green #2CBD32

Tints of Lime Green #2CBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.78%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 15.55%
G = 66.78%
B = 17.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#2CBD32 (or 0x2CBD32) is known color: Lime Green. HEX triplet: 2C, BD and 32. RGB value is (44,189,50). Sum of RGB (Red+Green+Blue) = 44+189+50=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD32 is #D342CD. Grayscale: #828282. Windows color (decimal): -13845198 or 3325228. OLE color: 3325228.

HSL color Cylindrical-coordinate representation of color #2CBD32: hue angle of 122.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD32 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 50 -
CMYK 0.77 0 0.74 0.26
HSL 122.48º 0.62% 0.46% -
HSV(B) 122.48º 0.77% 0.74% -
XYZ 19.81 37.16 9.15 -
YUV 129.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 44 189 50 0.77 0 0.74 0.26 122.48 0.62 0.46
Hex 2C BD 32 4D 0 4A 1A 7A 3E 2E
Octal 54 275 62 115 0 112 32 172 76 56
Binary 101100 10111101 110010 1001101 0 1001010 11010 1111010 111110 101110

Color Harmonies of #2CBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD32

Black with #2CBD32

Text Example


Text Example

White with #2CBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,189,50); }

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

background-color css

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

 a { background-color: rgb(44,189,50); }

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

border-color css

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

 span { border-color: rgb(44,189,50); }

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