Html Css Color HEX #38E534 Lime Green

📋 copy color: '#38E534'

red 56 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #38E534

Tints of Lime Green #38E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.95%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 16.62%
G = 67.95%
B = 15.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#38E534 (or 0x38E534) is known color: Lime Green. HEX triplet: 38, E5 and 34. RGB value is (56,229,52). Sum of RGB (Red+Green+Blue) = 56+229+52=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #38E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E534 is #C71ACB. Grayscale: #9D9D9D. Windows color (decimal): -13048524 or 3466552. OLE color: 3466552.

HSL color Cylindrical-coordinate representation of color #38E534: hue angle of 118.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E534 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 52 -
CMYK 0.76 0 0.77 0.10
HSL 118.64º 0.77% 0.55% -
HSV(B) 118.64º 0.77% 0.9% -
XYZ 30.27 57.13 12.68 -
YUV 157.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 56 229 52 0.76 0 0.77 0.10 118.64 0.77 0.55
Hex 38 E5 34 4C 0 4D A 77 4D 37
Octal 70 345 64 114 0 115 12 167 115 67
Binary 111000 11100101 110100 1001100 0 1001101 1010 1110111 1001101 110111

Color Harmonies of #38E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E534

Black with #38E534

Text Example


Text Example

White with #38E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,229,52); }

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

background-color css

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

 a { background-color: rgb(56,229,52); }

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

border-color css

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

 span { border-color: rgb(56,229,52); }

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