Html Css Color HEX #2CB233 Lime Green

📋 copy color: '#2CB233'

red 44 ◦ green 178 ◦ blue 51

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

Shades of Lime Green #2CB233

Tints of Lime Green #2CB233

RGB

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

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

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

R = 16.12%
G = 65.2%
B = 18.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#2CB233 (or 0x2CB233) is known color: Lime Green. HEX triplet: 2C, B2 and 33. RGB value is (44,178,51). Sum of RGB (Red+Green+Blue) = 44+178+51=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB233 is #D34DCC. Grayscale: #7B7B7B. Windows color (decimal): -13848013 or 3387948. OLE color: 3387948.

HSL color Cylindrical-coordinate representation of color #2CB233: hue angle of 123.13º 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 #2CB233 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 51 -
CMYK 0.75 0 0.71 0.30
HSL 123.13º 0.6% 0.44% -
HSV(B) 123.13º 0.75% 0.7% -
XYZ 17.56 32.62 8.5 -
YUV 123.46 87.11 71.33 -
System Red Green Blue C M Y K H S L
Decimal 44 178 51 0.75 0 0.71 0.30 123.13 0.6 0.44
Hex 2C B2 33 4B 0 47 1E 7B 3C 2C
Octal 54 262 63 113 0 107 36 173 74 54
Binary 101100 10110010 110011 1001011 0 1000111 11110 1111011 111100 101100

Color Harmonies of #2CB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB233

Black with #2CB233

Text Example


Text Example

White with #2CB233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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