Html Css Color HEX #38D43D Lime Green

📋 copy color: '#38D43D'

red 56 ◦ green 212 ◦ blue 61

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

Shades of Lime Green #38D43D

Tints of Lime Green #38D43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.44%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 17.02%
G = 64.44%
B = 18.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#38D43D (or 0x38D43D) is known color: Lime Green. HEX triplet: 38, D4 and 3D. RGB value is (56,212,61). Sum of RGB (Red+Green+Blue) = 56+212+61=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 212 (83.20% from 255 or 64.44% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 212 - color contains mainly: green. Hex color #38D43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D43D is #C72BC2. Grayscale: #949494. Windows color (decimal): -13052867 or 4052024. OLE color: 4052024.

HSL color Cylindrical-coordinate representation of color #38D43D: hue angle of 121.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D43D is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 212 61 -
CMYK 0.74 0 0.71 0.17
HSL 121.92º 0.64% 0.53% -
HSV(B) 121.92º 0.74% 0.83% -
XYZ 26.02 48.26 12.36 -
YUV 148.14 78.82 62.28 -
System Red Green Blue C M Y K H S L
Decimal 56 212 61 0.74 0 0.71 0.17 121.92 0.64 0.53
Hex 38 D4 3D 4A 0 47 11 7A 40 35
Octal 70 324 75 112 0 107 21 172 100 65
Binary 111000 11010100 111101 1001010 0 1000111 10001 1111010 1000000 110101

Color Harmonies of #38D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D43D

Black with #38D43D

Text Example


Text Example

White with #38D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,212,61); }

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

background-color css

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

 a { background-color: rgb(56,212,61); }

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

border-color css

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

 span { border-color: rgb(56,212,61); }

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