Html Css Color HEX #38D152 Lime Green

📋 copy color: '#38D152'

red 56 ◦ green 209 ◦ blue 82

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

Shades of Lime Green #38D152

Tints of Lime Green #38D152

RGB

 RED value IS 56 (22.27% from 255) = 16.14%

 GREEN value IS 209 (82.03% from 255) = 60.23%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 16.14%
G = 60.23%
B = 23.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#38D152 (or 0x38D152) is known color: Lime Green. HEX triplet: 38, D1 and 52. RGB value is (56,209,82). Sum of RGB (Red+Green+Blue) = 56+209+82=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #38D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D152 is #C72EAD. Grayscale: #959595. Windows color (decimal): -13053614 or 5427512. OLE color: 5427512.

HSL color Cylindrical-coordinate representation of color #38D152: hue angle of 130.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D152 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 209 82 -
CMYK 0.73 0 0.61 0.18
HSL 130.2º 0.62% 0.52% -
HSV(B) 130.2º 0.73% 0.82% -
XYZ 25.95 47.05 15.7 -
YUV 148.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 56 209 82 0.73 0 0.61 0.18 130.2 0.62 0.52
Hex 38 D1 52 49 0 3D 12 82 3E 34
Octal 70 321 122 111 0 75 22 202 76 64
Binary 111000 11010001 1010010 1001001 0 111101 10010 10000010 111110 110100

Color Harmonies of #38D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D152

Black with #38D152

Text Example


Text Example

White with #38D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38D152;
 }
 .AnyTagClassName
 {
   color: #38D152;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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