Html Css Color HEX #38D734 Lime Green

📋 copy color: '#38D734'

red 56 ◦ green 215 ◦ blue 52

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

Shades of Lime Green #38D734

Tints of Lime Green #38D734

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.56%

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

R = 17.34%
G = 66.56%
B = 16.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#38D734 (or 0x38D734) is known color: Lime Green. HEX triplet: 38, D7 and 34. RGB value is (56,215,52). Sum of RGB (Red+Green+Blue) = 56+215+52=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #38D734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D734 is #C728CB. Grayscale: #959595. Windows color (decimal): -13052108 or 3462968. OLE color: 3462968.

HSL color Cylindrical-coordinate representation of color #38D734: hue angle of 118.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D734 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 52 -
CMYK 0.74 0 0.76 0.16
HSL 118.53º 0.67% 0.52% -
HSV(B) 118.53º 0.76% 0.84% -
XYZ 26.55 49.69 11.44 -
YUV 148.88 73.32 61.75 -
System Red Green Blue C M Y K H S L
Decimal 56 215 52 0.74 0 0.76 0.16 118.53 0.67 0.52
Hex 38 D7 34 4A 0 4C 10 77 43 34
Octal 70 327 64 112 0 114 20 167 103 64
Binary 111000 11010111 110100 1001010 0 1001100 10000 1110111 1000011 110100

Color Harmonies of #38D734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D734

Black with #38D734

Text Example


Text Example

White with #38D734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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