Html Css Color HEX #38D825 Lime Green

📋 copy color: '#38D825'

red 56 ◦ green 216 ◦ blue 37

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

Shades of Lime Green #38D825

Tints of Lime Green #38D825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.9%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 18.12%
G = 69.9%
B = 11.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#38D825 (or 0x38D825) is known color: Lime Green. HEX triplet: 38, D8 and 25. RGB value is (56,216,37). Sum of RGB (Red+Green+Blue) = 56+216+37=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #38D825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D825 is #C727DA. Grayscale: #949494. Windows color (decimal): -13051867 or 2480184. OLE color: 2480184.

HSL color Cylindrical-coordinate representation of color #38D825: hue angle of 113.63º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38D825 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 37 -
CMYK 0.74 0 0.83 0.15
HSL 113.63º 0.71% 0.5% -
HSV(B) 113.63º 0.83% 0.85% -
XYZ 26.52 50.09 10.02 -
YUV 147.75 65.49 62.55 -
System Red Green Blue C M Y K H S L
Decimal 56 216 37 0.74 0 0.83 0.15 113.63 0.71 0.5
Hex 38 D8 25 4A 0 53 F 72 47 32
Octal 70 330 45 112 0 123 17 162 107 62
Binary 111000 11011000 100101 1001010 0 1010011 1111 1110010 1000111 110010

Color Harmonies of #38D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D825

Black with #38D825

Text Example


Text Example

White with #38D825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,37); }

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

background-color css

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

 a { background-color: rgb(56,216,37); }

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

border-color css

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

 span { border-color: rgb(56,216,37); }

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