Html Css Color HEX #2CB933 Lime Green

📋 copy color: '#2CB933'

red 44 ◦ green 185 ◦ blue 51

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

Shades of Lime Green #2CB933

Tints of Lime Green #2CB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.07%

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 15.71%
G = 66.07%
B = 18.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#2CB933 (or 0x2CB933) is known color: Lime Green. HEX triplet: 2C, B9 and 33. RGB value is (44,185,51). Sum of RGB (Red+Green+Blue) = 44+185+51=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB933 is #D346CC. Grayscale: #7F7F7F. Windows color (decimal): -13846221 or 3389740. OLE color: 3389740.

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

Color convert

RGB 44 185 51 -
CMYK 0.76 0 0.72 0.27
HSL 122.98º 0.62% 0.45% -
HSV(B) 122.98º 0.76% 0.73% -
XYZ 18.99 35.47 8.98 -
YUV 127.57 84.79 68.4 -
System Red Green Blue C M Y K H S L
Decimal 44 185 51 0.76 0 0.72 0.27 122.98 0.62 0.45
Hex 2C B9 33 4C 0 48 1B 7B 3E 2D
Octal 54 271 63 114 0 110 33 173 76 55
Binary 101100 10111001 110011 1001100 0 1001000 11011 1111011 111110 101101

Color Harmonies of #2CB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB933

Black with #2CB933

Text Example


Text Example

White with #2CB933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,51); }

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

background-color css

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

 a { background-color: rgb(44,185,51); }

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

border-color css

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

 span { border-color: rgb(44,185,51); }

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