Html Css Color HEX #38D826 Lime Green

📋 copy color: '#38D826'

red 56 ◦ green 216 ◦ blue 38

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

Shades of Lime Green #38D826

Tints of Lime Green #38D826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 18.06%
G = 69.68%
B = 12.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#38D826 (or 0x38D826) is known color: Lime Green. HEX triplet: 38, D8 and 26. RGB value is (56,216,38). Sum of RGB (Red+Green+Blue) = 56+216+38=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #38D826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D826 is #C727D9. Grayscale: #949494. Windows color (decimal): -13051866 or 2545720. OLE color: 2545720.

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

Color convert

RGB 56 216 38 -
CMYK 0.74 0 0.82 0.15
HSL 113.93º 0.7% 0.5% -
HSV(B) 113.93º 0.82% 0.85% -
XYZ 26.54 50.09 10.1 -
YUV 147.87 65.99 62.47 -
System Red Green Blue C M Y K H S L
Decimal 56 216 38 0.74 0 0.82 0.15 113.93 0.7 0.5
Hex 38 D8 26 4A 0 52 F 72 46 32
Octal 70 330 46 112 0 122 17 162 106 62
Binary 111000 11011000 100110 1001010 0 1010010 1111 1110010 1000110 110010

Color Harmonies of #38D826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D826

Black with #38D826

Text Example


Text Example

White with #38D826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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