Html Css Color HEX #38E823 Lime Green

📋 copy color: '#38E823'

red 56 ◦ green 232 ◦ blue 35

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

Shades of Lime Green #38E823

Tints of Lime Green #38E823

RGB

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

 GREEN value IS 232 (91.02% from 255) = 71.83%

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

R = 17.34%
G = 71.83%
B = 10.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#38E823 (or 0x38E823) is known color: Lime Green. HEX triplet: 38, E8 and 23. RGB value is (56,232,35). Sum of RGB (Red+Green+Blue) = 56+232+35=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #38E823 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E823 is #C717DC. Grayscale: #9D9D9D. Windows color (decimal): -13047773 or 2353208. OLE color: 2353208.

HSL color Cylindrical-coordinate representation of color #38E823: hue angle of 113.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38E823 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 35 -
CMYK 0.76 0 0.85 0.09
HSL 113.6º 0.81% 0.52% -
HSV(B) 113.6º 0.85% 0.91% -
XYZ 30.79 58.68 11.29 -
YUV 156.92 59.19 56.02 -
System Red Green Blue C M Y K H S L
Decimal 56 232 35 0.76 0 0.85 0.09 113.6 0.81 0.52
Hex 38 E8 23 4C 0 55 9 72 51 34
Octal 70 350 43 114 0 125 11 162 121 64
Binary 111000 11101000 100011 1001100 0 1010101 1001 1110010 1010001 110100

Color Harmonies of #38E823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E823

Black with #38E823

Text Example


Text Example

White with #38E823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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