Html Css Color HEX #38ED23 Lime Green

📋 copy color: '#38ED23'

red 56 ◦ green 237 ◦ blue 35

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

Shades of Lime Green #38ED23

Tints of Lime Green #38ED23

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.26%

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

R = 17.07%
G = 72.26%
B = 10.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#38ED23 (or 0x38ED23) is known color: Lime Green. HEX triplet: 38, ED and 23. RGB value is (56,237,35). Sum of RGB (Red+Green+Blue) = 56+237+35=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED23 is #C712DC. Grayscale: #A0A0A0. Windows color (decimal): -13046493 or 2354488. OLE color: 2354488.

HSL color Cylindrical-coordinate representation of color #38ED23: hue angle of 113.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38ED23 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 35 -
CMYK 0.76 0 0.85 0.07
HSL 113.76º 0.85% 0.53% -
HSV(B) 113.76º 0.85% 0.93% -
XYZ 32.22 61.53 11.77 -
YUV 159.85 57.53 53.93 -
System Red Green Blue C M Y K H S L
Decimal 56 237 35 0.76 0 0.85 0.07 113.76 0.85 0.53
Hex 38 ED 23 4C 0 55 7 72 55 35
Octal 70 355 43 114 0 125 7 162 125 65
Binary 111000 11101101 100011 1001100 0 1010101 111 1110010 1010101 110101

Color Harmonies of #38ED23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED23

Black with #38ED23

Text Example


Text Example

White with #38ED23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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