Html Css Color HEX #38D552 Lime Green

📋 copy color: '#38D552'

red 56 ◦ green 213 ◦ blue 82

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

Shades of Lime Green #38D552

Tints of Lime Green #38D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.68%

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

R = 15.95%
G = 60.68%
B = 23.36%

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

#38D552 (or 0x38D552) is known color: Lime Green. HEX triplet: 38, D5 and 52. RGB value is (56,213,82). Sum of RGB (Red+Green+Blue) = 56+213+82=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #38D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D552 is #C72AAD. Grayscale: #979797. Windows color (decimal): -13052590 or 5428536. OLE color: 5428536.

HSL color Cylindrical-coordinate representation of color #38D552: hue angle of 129.94º degrees, saturation: 0.65, 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 #38D552 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 82 -
CMYK 0.74 0 0.62 0.16
HSL 129.94º 0.65% 0.53% -
HSV(B) 129.94º 0.74% 0.84% -
XYZ 26.95 49.04 16.03 -
YUV 151.12 88.99 60.15 -
System Red Green Blue C M Y K H S L
Decimal 56 213 82 0.74 0 0.62 0.16 129.94 0.65 0.53
Hex 38 D5 52 4A 0 3E 10 82 41 35
Octal 70 325 122 112 0 76 20 202 101 65
Binary 111000 11010101 1010010 1001010 0 111110 10000 10000010 1000001 110101

Color Harmonies of #38D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D552

Black with #38D552

Text Example


Text Example

White with #38D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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