Html Css Color HEX #2CBB38 Lime Green

📋 copy color: '#2CBB38'

red 44 ◦ green 187 ◦ blue 56

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

Shades of Lime Green #2CBB38

Tints of Lime Green #2CBB38

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.16%

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

R = 15.33%
G = 65.16%
B = 19.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#2CBB38 (or 0x2CBB38) is known color: Lime Green. HEX triplet: 2C, BB and 38. RGB value is (44,187,56). Sum of RGB (Red+Green+Blue) = 44+187+56=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB38 is #D344C7. Grayscale: #818181. Windows color (decimal): -13845704 or 3717932. OLE color: 3717932.

HSL color Cylindrical-coordinate representation of color #2CBB38: hue angle of 125.03º 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 #2CBB38 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 56 -
CMYK 0.76 0 0.70 0.27
HSL 125.04º 0.62% 0.45% -
HSV(B) 125.04º 0.76% 0.73% -
XYZ 19.52 36.36 9.73 -
YUV 129.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 44 187 56 0.76 0 0.70 0.27 125.04 0.62 0.45
Hex 2C BB 38 4C 0 46 1B 7D 3E 2D
Octal 54 273 70 114 0 106 33 175 76 55
Binary 101100 10111011 111000 1001100 0 1000110 11011 1111101 111110 101101

Color Harmonies of #2CBB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB38

Black with #2CBB38

Text Example


Text Example

White with #2CBB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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