#38BE34

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

Shades of Lime Green #38BE34

Tints of Lime Green #38BE34

Color information

#38BE34 (or 0x38BE34) is unknown color: approx Lime Green. HEX triplet: 38, BE and 34. RGB value is (56,190,52). Sum of RGB (Red+Green+Blue) = 56+190+52=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #38BE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BE34 is #C741CB. Grayscale: #868686. Windows color (decimal): -13058508 or 3456568. OLE color: 3456568.

HSL color Cylindrical-coordinate representation of color #38BE34: hue angle of 118.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BE34 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5619052-
CMYK0.7100.730.25
HSL118.26º57.02%47.45%-
HSV(B)118.26º72.63%74.51%-
XYZ20.6637.929.48-
YUV134.281.6172.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 190 (74.61% from 255) = 63.76%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=18.79%
G=63.76%
B=17.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56190520.7100.730.25118.2657.0247.45
Hex38BE34470491976392f
Octal70276641070111311667157
Binary11100010111110110100100011101001001110011110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,190,52); }

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

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

 a { background-color: rgb(56,190,52); }

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

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

 span { border-color: rgb(56,190,52); }

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