Html Css Color HEX #38D650 Lime Green

📋 copy color: '#38D650'

red 56 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #38D650

Tints of Lime Green #38D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 16%
G = 61.14%
B = 22.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#38D650 (or 0x38D650) is known color: Lime Green. HEX triplet: 38, D6 and 50. RGB value is (56,214,80). Sum of RGB (Red+Green+Blue) = 56+214+80=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #38D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D650 is #C729AF. Grayscale: #979797. Windows color (decimal): -13052336 or 5297720. OLE color: 5297720.

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

Color convert

RGB 56 214 80 -
CMYK 0.74 0 0.63 0.16
HSL 129.11º 0.66% 0.53% -
HSV(B) 129.11º 0.74% 0.84% -
XYZ 27.13 49.51 15.72 -
YUV 151.48 87.65 59.9 -
System Red Green Blue C M Y K H S L
Decimal 56 214 80 0.74 0 0.63 0.16 129.11 0.66 0.53
Hex 38 D6 50 4A 0 3F 10 81 42 35
Octal 70 326 120 112 0 77 20 201 102 65
Binary 111000 11010110 1010000 1001010 0 111111 10000 10000001 1000010 110101

Color Harmonies of #38D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D650

Black with #38D650

Text Example


Text Example

White with #38D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,80); }

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

background-color css

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

 a { background-color: rgb(56,214,80); }

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

border-color css

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

 span { border-color: rgb(56,214,80); }

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