Html Css Color HEX #38E029 Lime Green

📋 copy color: '#38E029'

red 56 ◦ green 224 ◦ blue 41

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

Shades of Lime Green #38E029

Tints of Lime Green #38E029

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.78%

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

R = 17.45%
G = 69.78%
B = 12.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#38E029 (or 0x38E029) is known color: Lime Green. HEX triplet: 38, E0 and 29. RGB value is (56,224,41). Sum of RGB (Red+Green+Blue) = 56+224+41=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #38E029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E029 is #C71FD6. Grayscale: #999999. Windows color (decimal): -13049815 or 2744376. OLE color: 2744376.

HSL color Cylindrical-coordinate representation of color #38E029: hue angle of 115.08º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38E029 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 41 -
CMYK 0.75 0 0.82 0.12
HSL 115.08º 0.75% 0.52% -
HSV(B) 115.08º 0.82% 0.88% -
XYZ 28.69 54.31 11.07 -
YUV 152.91 64.84 58.88 -
System Red Green Blue C M Y K H S L
Decimal 56 224 41 0.75 0 0.82 0.12 115.08 0.75 0.52
Hex 38 E0 29 4B 0 52 C 73 4B 34
Octal 70 340 51 113 0 122 14 163 113 64
Binary 111000 11100000 101001 1001011 0 1010010 1100 1110011 1001011 110100

Color Harmonies of #38E029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E029

Black with #38E029

Text Example


Text Example

White with #38E029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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