Html Css Color HEX #38ED2D Lime Green

📋 copy color: '#38ED2D'

red 56 ◦ green 237 ◦ blue 45

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

Shades of Lime Green #38ED2D

Tints of Lime Green #38ED2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 16.57%
G = 70.12%
B = 13.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#38ED2D (or 0x38ED2D) is known color: Lime Green. HEX triplet: 38, ED and 2D. RGB value is (56,237,45). Sum of RGB (Red+Green+Blue) = 56+237+45=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 237 (92.97% from 255 or 70.12% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED2D is #C712D2. Grayscale: #A1A1A1. Windows color (decimal): -13046483 or 3009848. OLE color: 3009848.

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

Color convert

RGB 56 237 45 -
CMYK 0.76 0 0.81 0.07
HSL 116.56º 0.84% 0.55% -
HSV(B) 116.56º 0.81% 0.93% -
XYZ 32.39 61.6 12.67 -
YUV 160.99 62.53 53.11 -
System Red Green Blue C M Y K H S L
Decimal 56 237 45 0.76 0 0.81 0.07 116.56 0.84 0.55
Hex 38 ED 2D 4C 0 51 7 75 54 37
Octal 70 355 55 114 0 121 7 165 124 67
Binary 111000 11101101 101101 1001100 0 1010001 111 1110101 1010100 110111

Color Harmonies of #38ED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED2D

Black with #38ED2D

Text Example


Text Example

White with #38ED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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