Html Css Color HEX #38ED26 Lime Green

📋 copy color: '#38ED26'

red 56 ◦ green 237 ◦ blue 38

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

Shades of Lime Green #38ED26

Tints of Lime Green #38ED26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 16.92%
G = 71.6%
B = 11.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#38ED26 (or 0x38ED26) is known color: Lime Green. HEX triplet: 38, ED and 26. RGB value is (56,237,38). Sum of RGB (Red+Green+Blue) = 56+237+38=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 237 (92.97% from 255 or 71.60% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED26 is #C712D9. Grayscale: #A0A0A0. Windows color (decimal): -13046490 or 2551096. OLE color: 2551096.

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

Color convert

RGB 56 237 38 -
CMYK 0.76 0 0.84 0.07
HSL 114.57º 0.85% 0.54% -
HSV(B) 114.57º 0.84% 0.93% -
XYZ 32.26 61.55 12.01 -
YUV 160.2 59.03 53.68 -
System Red Green Blue C M Y K H S L
Decimal 56 237 38 0.76 0 0.84 0.07 114.57 0.85 0.54
Hex 38 ED 26 4C 0 54 7 73 55 36
Octal 70 355 46 114 0 124 7 163 125 66
Binary 111000 11101101 100110 1001100 0 1010100 111 1110011 1010101 110110

Color Harmonies of #38ED26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED26

Black with #38ED26

Text Example


Text Example

White with #38ED26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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