#38BB2C

Color #38BB2C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38BB2C

Tints of Lime Green #38BB2C

Color information

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

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

Color convert

RGB5618744-
CMYK0.7000.760.27
HSL114.97º61.9%45.29%-
HSV(B)114.97º76.47%73.33%-
XYZ19.8636.568.39-
YUV131.5378.674.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 187 (73.44% from 255) = 65.16%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=19.51%
G=65.16%
B=15.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56187440.7000.760.27114.9761.945.29
Hex38BB2C4604C1B733e2d
Octal70273541060114331637655
Binary11100010111011101100100011001001100110111110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BB2C; }

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

 H1.HeaderClassName
 {
   color: #38BB2C;
 }
 .AnyTagClassName
 {
   color: #38BB2C;
 }
</style>
background-color css

<style>
 a { background-color: #38BB2C; }

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

 div.DivClassName
 {
   background-color: #38BB2C;
 }
 .BgClassName
 {
   background-color: #38BB2C;
 }
</style>
border-color css

<style>
 span { border-color: #38BB2C; }

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

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