#38C652

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

Shades of Lime Green #38C652

Tints of Lime Green #38C652

Color information

#38C652 (or 0x38C652) is unknown color: approx Lime Green. HEX triplet: 38, C6 and 52. RGB value is (56,198,82). Sum of RGB (Red+Green+Blue) = 56+198+82=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #38C652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C652 is #C739AD. Grayscale: #8E8E8E. Windows color (decimal): -13056430 or 5424696. OLE color: 5424696.

HSL color Cylindrical-coordinate representation of color #38C652: hue angle of 130.99º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C652 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB5619882-
CMYK0.7200.590.22
HSL130.99º55.91%49.8%-
HSV(B)130.99º71.72%77.65%-
XYZ23.3541.8414.83-
YUV142.3293.9666.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 198 (77.73% from 255) = 58.93%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=16.67%
G=58.93%
B=24.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56198820.7200.590.22130.9955.9149.8
Hex38C6524803B16833832
Octal70306122110073262037062
Binary111000110001101010010100100001110111011010000011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,82); }

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

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

 a { background-color: rgb(56,198,82); }

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

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

 span { border-color: rgb(56,198,82); }

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