Html Css Color HEX #38ED29 Lime Green

📋 copy color: '#38ED29'

red 56 ◦ green 237 ◦ blue 41

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

Shades of Lime Green #38ED29

Tints of Lime Green #38ED29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 16.77%
G = 70.96%
B = 12.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#38ED29 (or 0x38ED29) is known color: Lime Green. HEX triplet: 38, ED and 29. RGB value is (56,237,41). Sum of RGB (Red+Green+Blue) = 56+237+41=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 237 (92.97% from 255 or 70.96% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED29 is #C712D6. Grayscale: #A1A1A1. Windows color (decimal): -13046487 or 2747704. OLE color: 2747704.

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

Color convert

RGB 56 237 41 -
CMYK 0.76 0 0.83 0.07
HSL 115.41º 0.84% 0.55% -
HSV(B) 115.41º 0.83% 0.93% -
XYZ 32.32 61.57 12.28 -
YUV 160.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 56 237 41 0.76 0 0.83 0.07 115.41 0.84 0.55
Hex 38 ED 29 4C 0 53 7 73 54 37
Octal 70 355 51 114 0 123 7 163 124 67
Binary 111000 11101101 101001 1001100 0 1010011 111 1110011 1010100 110111

Color Harmonies of #38ED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED29

Black with #38ED29

Text Example


Text Example

White with #38ED29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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