Html Css Color HEX #38D04A Lime Green

📋 copy color: '#38D04A'

red 56 ◦ green 208 ◦ blue 74

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

Shades of Lime Green #38D04A

Tints of Lime Green #38D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.54%

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 16.57%
G = 61.54%
B = 21.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#38D04A (or 0x38D04A) is known color: Lime Green. HEX triplet: 38, D0 and 4A. RGB value is (56,208,74). Sum of RGB (Red+Green+Blue) = 56+208+74=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #38D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D04A is #C72FB5. Grayscale: #939393. Windows color (decimal): -13053878 or 4902968. OLE color: 4902968.

HSL color Cylindrical-coordinate representation of color #38D04A: hue angle of 127.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D04A is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 74 -
CMYK 0.73 0 0.64 0.18
HSL 127.11º 0.62% 0.52% -
HSV(B) 127.11º 0.73% 0.82% -
XYZ 25.42 46.45 14.1 -
YUV 147.28 86.64 62.9 -
System Red Green Blue C M Y K H S L
Decimal 56 208 74 0.73 0 0.64 0.18 127.11 0.62 0.52
Hex 38 D0 4A 49 0 40 12 7F 3E 34
Octal 70 320 112 111 0 100 22 177 76 64
Binary 111000 11010000 1001010 1001001 0 1000000 10010 1111111 111110 110100

Color Harmonies of #38D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D04A

Black with #38D04A

Text Example


Text Example

White with #38D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,74); }

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

background-color css

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

 a { background-color: rgb(56,208,74); }

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

border-color css

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

 span { border-color: rgb(56,208,74); }

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