Html Css Color HEX #38D83E Lime Green

📋 copy color: '#38D83E'

red 56 ◦ green 216 ◦ blue 62

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

Shades of Lime Green #38D83E

Tints of Lime Green #38D83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.67%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 16.77%
G = 64.67%
B = 18.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#38D83E (or 0x38D83E) is known color: Lime Green. HEX triplet: 38, D8 and 3E. RGB value is (56,216,62). Sum of RGB (Red+Green+Blue) = 56+216+62=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #38D83E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D83E is #C727C1. Grayscale: #979797. Windows color (decimal): -13051842 or 4118584. OLE color: 4118584.

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

Color convert

RGB 56 216 62 -
CMYK 0.74 0 0.71 0.15
HSL 122.25º 0.67% 0.53% -
HSV(B) 122.25º 0.74% 0.85% -
XYZ 27.06 50.3 12.84 -
YUV 150.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 56 216 62 0.74 0 0.71 0.15 122.25 0.67 0.53
Hex 38 D8 3E 4A 0 47 F 7A 43 35
Octal 70 330 76 112 0 107 17 172 103 65
Binary 111000 11011000 111110 1001010 0 1000111 1111 1111010 1000011 110101

Color Harmonies of #38D83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D83E

Black with #38D83E

Text Example


Text Example

White with #38D83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,62); }

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

background-color css

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

 a { background-color: rgb(56,216,62); }

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

border-color css

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

 span { border-color: rgb(56,216,62); }

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