Html Css Color HEX #38D823 Lime Green

📋 copy color: '#38D823'

red 56 ◦ green 216 ◦ blue 35

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

Shades of Lime Green #38D823

Tints of Lime Green #38D823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 18.24%
G = 70.36%
B = 11.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#38D823 (or 0x38D823) is known color: Lime Green. HEX triplet: 38, D8 and 23. RGB value is (56,216,35). Sum of RGB (Red+Green+Blue) = 56+216+35=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #38D823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D823 is #C727DC. Grayscale: #949494. Windows color (decimal): -13051869 or 2349112. OLE color: 2349112.

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

Color convert

RGB 56 216 35 -
CMYK 0.74 0 0.84 0.15
HSL 113.04º 0.72% 0.49% -
HSV(B) 113.04º 0.84% 0.85% -
XYZ 26.49 50.07 9.86 -
YUV 147.53 64.49 62.72 -
System Red Green Blue C M Y K H S L
Decimal 56 216 35 0.74 0 0.84 0.15 113.04 0.72 0.49
Hex 38 D8 23 4A 0 54 F 71 48 31
Octal 70 330 43 112 0 124 17 161 110 61
Binary 111000 11011000 100011 1001010 0 1010100 1111 1110001 1001000 110001

Color Harmonies of #38D823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D823

Black with #38D823

Text Example


Text Example

White with #38D823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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