Html Css Color HEX #38D752 Lime Green

📋 copy color: '#38D752'

red 56 ◦ green 215 ◦ blue 82

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

Shades of Lime Green #38D752

Tints of Lime Green #38D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.91%

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

R = 15.86%
G = 60.91%
B = 23.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#38D752 (or 0x38D752) is known color: Lime Green. HEX triplet: 38, D7 and 52. RGB value is (56,215,82). Sum of RGB (Red+Green+Blue) = 56+215+82=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #38D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D752 is #C728AD. Grayscale: #989898. Windows color (decimal): -13052078 or 5429048. OLE color: 5429048.

HSL color Cylindrical-coordinate representation of color #38D752: hue angle of 129.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D752 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 82 -
CMYK 0.74 0 0.62 0.16
HSL 129.81º 0.67% 0.53% -
HSV(B) 129.81º 0.74% 0.84% -
XYZ 27.45 50.05 16.2 -
YUV 152.3 88.32 59.31 -
System Red Green Blue C M Y K H S L
Decimal 56 215 82 0.74 0 0.62 0.16 129.81 0.67 0.53
Hex 38 D7 52 4A 0 3E 10 82 43 35
Octal 70 327 122 112 0 76 20 202 103 65
Binary 111000 11010111 1010010 1001010 0 111110 10000 10000010 1000011 110101

Color Harmonies of #38D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D752

Black with #38D752

Text Example


Text Example

White with #38D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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