#38C633

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

Shades of Lime Green #38C633

Tints of Lime Green #38C633

Color information

#38C633 (or 0x38C633) is unknown color: approx Lime Green. HEX triplet: 38, C6 and 33. RGB value is (56,198,51). Sum of RGB (Red+Green+Blue) = 56+198+51=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #38C633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C633 is #C739CC. Grayscale: #8B8B8B. Windows color (decimal): -13056461 or 3393080. OLE color: 3393080.

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

Color convert

RGB5619851-
CMYK0.7200.740.22
HSL117.96º59.04%48.82%-
HSV(B)117.96º74.24%77.65%-
XYZ22.4241.479.95-
YUV138.7878.4668.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 198 (77.73% from 255) = 64.92%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=18.36%
G=64.92%
B=16.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56198510.7200.740.22117.9659.0448.82
Hex38C6334804A16763b31
Octal70306631100112261667361
Binary11100011000110110011100100001001010101101110110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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