Html Css Color HEX #38ED3D Lime Green

📋 copy color: '#38ED3D'

red 56 ◦ green 237 ◦ blue 61

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

Shades of Lime Green #38ED3D

Tints of Lime Green #38ED3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 15.82%
G = 66.95%
B = 17.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#38ED3D (or 0x38ED3D) is known color: Lime Green. HEX triplet: 38, ED and 3D. RGB value is (56,237,61). Sum of RGB (Red+Green+Blue) = 56+237+61=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED3D is #C712C2. Grayscale: #A3A3A3. Windows color (decimal): -13046467 or 4058424. OLE color: 4058424.

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

Color convert

RGB 56 237 61 -
CMYK 0.76 0 0.74 0.07
HSL 121.66º 0.83% 0.57% -
HSV(B) 121.66º 0.76% 0.93% -
XYZ 32.76 61.75 14.61 -
YUV 162.82 70.53 51.81 -
System Red Green Blue C M Y K H S L
Decimal 56 237 61 0.76 0 0.74 0.07 121.66 0.83 0.57
Hex 38 ED 3D 4C 0 4A 7 7A 53 39
Octal 70 355 75 114 0 112 7 172 123 71
Binary 111000 11101101 111101 1001100 0 1001010 111 1111010 1010011 111001

Color Harmonies of #38ED3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED3D

Black with #38ED3D

Text Example


Text Example

White with #38ED3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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