Html Css Color HEX #38D052 Lime Green

📋 copy color: '#38D052'

red 56 ◦ green 208 ◦ blue 82

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

Shades of Lime Green #38D052

Tints of Lime Green #38D052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.12%

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

R = 16.18%
G = 60.12%
B = 23.7%

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

#38D052 (or 0x38D052) is known color: Lime Green. HEX triplet: 38, D0 and 52. RGB value is (56,208,82). Sum of RGB (Red+Green+Blue) = 56+208+82=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #38D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D052 is #C72FAD. Grayscale: #949494. Windows color (decimal): -13053870 or 5427256. OLE color: 5427256.

HSL color Cylindrical-coordinate representation of color #38D052: hue angle of 130.26º 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 #38D052 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 82 -
CMYK 0.73 0 0.61 0.18
HSL 130.26º 0.62% 0.52% -
HSV(B) 130.26º 0.73% 0.82% -
XYZ 25.71 46.56 15.61 -
YUV 148.19 90.64 62.25 -
System Red Green Blue C M Y K H S L
Decimal 56 208 82 0.73 0 0.61 0.18 130.26 0.62 0.52
Hex 38 D0 52 49 0 3D 12 82 3E 34
Octal 70 320 122 111 0 75 22 202 76 64
Binary 111000 11010000 1010010 1001001 0 111101 10010 10000010 111110 110100

Color Harmonies of #38D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D052

Black with #38D052

Text Example


Text Example

White with #38D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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